telepot Questions

3

I have been working a lot on a telegram bot for a long time now, but when I press an inline key to receive the pop up with: bot.answerCallbackQuery (aalex_id, text = 'Notification at top of screen...
Florinda asked 1/11, 2019 at 15:34

7

i'm just implementing a simple bot who should send some photos and videos to my chat_id. Well, i'm using python, this is the script import sys import time import random import datetime import tel...
Hoopes asked 21/4, 2016 at 19:2

2

Solved

My bot sends out links. so I wanted to include a hyperlink like the one you can do with HTML for example -a href="google.com" Google /a shows up a click able text called "Google" how can I do this ...
Horseshoe asked 23/7, 2017 at 18:10

3

Solved

I have tried this elif command == 'bold': telegram_bot.sendMessage (chat_id, str("*bold*"), reply_markup=markup) But it is replying *bold* instead of bold
Macao asked 4/9, 2018 at 10:15

0

I'm writing my first telegram bot with telepot and telethon my main code is: import sys import asyncio import random import telepot import telepot.aio from telepot.aio.loop import MessageLoop from...
Chessa asked 16/3, 2019 at 12:17

1

Solved

I'm trying to study the python library Telepot by looking at the counter.py example available here: https://github.com/nickoala/telepot/blob/master/examples/chat/counter.py. I'm finding a little bi...
Aerostat asked 29/7, 2017 at 9:45
1

© 2022 - 2024 — McMap. All rights reserved.