Top "Python-telegram-bot" questions

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

Telegram API: doesn't send message to user until receive first message from that user

I use Telegram API to send a message to a user with my bot. When the user sends me a …

python-telegram-bot
Telegram check if user is admin

I am using the telegram bot api to make a bot. I have some commands that can only be sent …

telegram-bot python-telegram-bot
Sending Telegram messages with Telethon: some entity parameters work, others don't?

I'm using Telethon's send_message function to send messages to various chats. Sometimes, the destination is another user (just a …

python entity telegram python-telegram-bot telethon
How can I get Live Location in telegram bot via python?

I'm using the python-telegram-bot library. I want to track a user's Live Location, but I don't know how to do …

python location telegram-bot python-telegram-bot
How do I get the user profile picture of someone using the Telegram bot chat API?

I'm making a basic Control Panel for managing my Bot with PHP. Basically I want to display the Profile picture / …

php telegram telegram-bot python-telegram-bot php-telegram-bot
resizing Telegram inline keyboard

Telegram's inline keyboard is a great feature with lots of different use cases. Inline buttons are added as a list …

telegram telegram-bot python-telegram-bot
How can I send a message to someone with telegram API using my own account

It's awesome how google something can be annoying when you can't find the right words. I found a million answers …

python telegram-bot python-telegram-bot telegram-api
How to set up python-telegram-bot webhook on Heroku?

I'm using the python-telegram-bot wrapper, and I've been trying to host a simple echo telegram bot on Heroku adapting a …

telegram-bot python-telegram-bot
Read the messages of the public channels from Telegram

I need to read the messages of some public channels in the application, as for example it happens https://tlgrm.…

telegram python-telegram-bot
Telegram bot initiate conversation with a user

I am writing a Telegram bot, to simplify the issue let's say you can ask the bot questions in a …

python telegram telegram-bot python-telegram-bot