Top "Telegram-bot" questions

The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram which is an instant-messaging app with documented API.

Telegram bot and the method getUpdates

I have a question about Telegram bot, I created a bot some weeks ago, it works fine but there is …

telegram-bot
Telegram bots: How do you remove a command with botFather

I am trying to erase all commands from my bot using botFather. I couldn't find docs for this. There is …

telegram telegram-bot
Telegram bot: How do I send message with inline keyboard and hide custom keyboard simultaneously?

Step 1: Send user a message with ReplyKeyboardMarkup with few buttons (for example ["Yes", "No"]) Step 2: If user click one of …

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
Can a Telegram bot read messages of channel

Can a telegram bot read/access a telegram channel that neither I or the bot is administrator of? I know …

python web-scraping telegram telegram-bot
How do I send a message to Telegram that includes a button that prompts the user to forward the message?

Many Telegram bots (e.g., @youtube) have a button you can click on to forward messages sent by the bot. …

telegram telegram-bot
What is the limit of sending messages from a telegram bot

I would like to understand the limits that Telegram bot API is imposing on message sending. I know that currantly …

telegram telegram-bot telegram-webhook
Allow bot to access Telegram Group messages

One step further than How to add a bot to a Telegram Group? -- How to add a bot to …

telegram telegram-bot
Elixir convert struct to map

I'm trying to convert a struct to a map to be able to clean all the nil values I'm currently …

dictionary struct elixir telegram-bot