Top "Telepot" questions

telepot is a python library to access the Telegram Bot API and work with it via python script or console

How to send photo on telegram bot

i'm just implementing a simple bot who should send some photos and videos to my chat_id. Well, i'm using …

python telegram-bot telepot
How can I bold text in telepot Telegram bot?

I have tried this elif command == 'bold': telegram_bot.sendMessage (chat_id, str("*bold*"), reply_markup=markup) But it is …

python python-3.x telegram-bot telepot
How to send a hyperlink in bot.sendMessage()

My bot sends out links. so I wanted to include a hyperlink like the one you can do with HTML …

python telegram-bot telepot