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

## Information I am using `func (*tgbotapi.BotAPI).Send(c tgbotapi.Chattable) (tgbotapi.Message, error)` to send messages to multiple groups. When i'm attempting to send a message to some groups i'm receiving `Bad Request:...

Is this project abandoned? Maybe someone made a fork and is developing it?

Added more informative token error behavior ``` panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference ```

## command suggestion ![image](https://github.com/go-telegram-bot-api/telegram-bot-api/assets/52722027/794be79f-8db9-4f21-95c7-ccb947c53633)

Some of my bots suddenly stopped working, apparently `update.CallbackData` now is not being read properly anymore. If I: `fmt.Println(update.CallbackData())` I get nothing. Furthermore: `if len(update.CallbackData()) == 0 { fmt.Println("Nothing received")...

Hi, I am using `v5.5.1` to send videos with the following code. However, the actual aspect ratio 4:5 is broken and video seems as 1:1 on iOS devices. I also...

From the bot's point of view, a reaction to a message is considered a change to the message. Is there a life hack so that the reaction bot does not...

Hi, can you add feature for change FileEndpoint? In my case using proxy service and i dont make to execute request directly to https://api.telegram.org