telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

Telegram Bot API server

Results 112 telegram-bot-api issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

Please add replyMarkup to SendMediaGroup method

enhancement

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.

enhancement

Would it be possible to send updates when a message is deleted ? Just like when messages are edited.

enhancement

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)...

enhancement