telegram-bot-api
telegram-bot-api copied to clipboard
Telegram Bot API server
ChosenInlineResult Update is not being sent by Telegram when an Anonymous Admin sends an InlineQueryResult, Is this intended or a bug ?
I tried to execute avatar-photo from channel and send it to another chat by `file_id`. So, Bot is Admin in this channel and has privileges to get it. Sending photo/document...
URLs with protocols different from http:/https: don't work in Bot API's WebApps, breaking the user experience when the webapp includes features that require to open different apps (like sharing, playing...
It would be nice if the API allows bots to react to messages. Unfortunately, bots can only "reply". Ability to react would be a create way for bots to response...
Hi. I just again stumbled over the fact, that one can specify the emoji associated with a sticker when adding it to a sticker pack with `addStickerToSet`, but not when...
The only way to delete a sticker pack as of now is to use @Stickers bot. Also would be nice to have an API method to rename sticker set.
Would it be possible to send updates when a message is deleted ? Just like when messages are edited.
The method the bot API will call is [forwardMessages](https://core.telegram.org/method/messages.forwardMessages). Currently the bot API only allows to forward one message in [forwardMessage](https://core.telegram.org/bots/api#forwardmessage). This decision doesn't allow bots to forward (parts of)...