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

Golang bindings for the Telegram Bot API

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

If you get more than 2 videos, FileID will repeat the bug. telegram version: 5.5.1 code: if update.Message.Video != nil { //Only the last id can be obtained here, and...

Can't find method for createInvoiceLink to use with WebApp. Please add it?

[MessageEntity](https://core.telegram.org/bots/api#messageentity) the structure has no field `custom_emoji_id` and the `Type` field does not support `custom_emoji`

Hi, The last version available by default from `go get` is 5.5.1, which naturally does not include any changes made to the codebase since 21 December 2021. It would be...

## issue i am using the tgbotapi.NewPhoto command in the following method: ```go photo := tgbotapi.NewPhoto(update.Message.Chat.ID, tgbotapi.FilePath(imageLocation)) photo.Caption = ItemValidate photo.ReplyMarkup = numericKeyboard sendMessage(bot, photo) ``` most images are working...