Top "Python-telegram-bot" questions

This is a Python library that wraps around the Telegram bot API.

How can I send a message to someone with my telegram bot using their Username

I am using the telepot python library, I know that you can send a message when you have someone's UserID(…

python telegram telegram-bot python-telegram-bot
How to send a colored text message?

I am trying to send a colored text message to a user as reply, using sendMessage with HTML parsing. bot.…

python python-3.x python-telegram-bot
How to download all shared media files from a telegram group?

There is a telegram group with more than 40,000 shared files in it. Is there any bot to download all of …

telegram telegram-bot python-telegram-bot
Automate posting messages to a Telegram channel via API

I am new to the Telegram API. I would like to automate posting messages to my public telegram channel. I …

telegram telegram-bot python-telegram-bot
Telegram bot API: get message id to forward it

So, I need my bot to forward a message of a chat. But in order to do so, I need …

python telegram telegram-bot python-telegram-bot
How should I use parse_mode='HTML' in telegram python bot?

I'm trying to send a message in a channel with a bot, using Telegram API's send_photo() method. It takes …

python bots telegram telegram-bot python-telegram-bot
How to get the user's name in Telegram Bot?

I'm working in Telegram bot with a handler. where I need to get the user's name or users id once …

python python-3.x telegram telegram-bot python-telegram-bot
In python-telegram-bot how to get all participants of the group?

In Python-telegram-bot how to get, if possible, the complete list of all participants of the group at which the bot …

telegram telegram-bot python-telegram-bot
How To Obtain Username, First Name Or Last Name Of A Telegram User With Python-Telegram-Bot?

I'm Creating A Telegram Bot Using Python-Telegram-Bot I Know That update.message.chat_id Returns The User's Chat ID, But …

python telegram telegram-bot python-telegram-bot
Send messages to telegram group without user input

I'm trying to build a bot which automatically sends a message whenever there is an update in the latest news …

python-3.x telegram telegram-bot python-telegram-bot