Top "Telegram" questions

Telegram is a cross-platform cloud-based instant messenger with a focus on security.

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
How to get message from Telegram groups by API - Python

I was looking for some way in order to listen and catch new message provide by telegram gropus. I have …

python api chat telegram python-telegram-bot
Use Telegram client for bot testing (not bot api)

I am build a Telegram Bot now and are testing it manually with a Telegram Client. Is there a way …

telegram telegram-bot
How can I detect whether a user deletes the Telegram Bot chat?

Is it possible to check, via an API, whether somebody has deleted the Bot Chat in Telegram? My test : Currently …

telegram telegram-bot
my.telegram.org sends an ERROR when I want to create an API id/hash in API development tools section

I'm trying to get my API id/hash to create some bots for telegram , but in the API developmen tools …

telegram telegram-bot telegram-api
Read telegram channel messages

So I need to read all new messages of one specific channel that I'm in (not as an admin). I …

telegram
How to receive file_id through python-telegram-bot?

I'm making a Telegram bot using python-telegram-bot, and I need some way to receive voice messages. For that, I need …

python telegram python-telegram-bot
How to hide Telegram BOT commands when it is part of a group?

I'm trying to use a Telegram BOT to send messages to a group. First, I thought that it'd be enough …

telegram telegram-bot
How to make that when you click on the text it was copied pytelegrambotapi

I am writing a telegram to the bot. I ran into such a problem. I need the bot to send …

python bots telegram telegram-bot py-telegram-bot-api