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

Hello, I'd like to know whether it is possible to delete all message in a single request with provided messageid slice(array)?

https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/docs/internals/adding-endpoints.md Is it possible to rename `params`, `method` and `files` to `Params`, `Method` and `Files` so modules using this library can extend the endpoints?

### Description ``` // GetUpdatesChan starts and returns a channel for getting updates. func (bot *BotAPI) GetUpdatesChan(config UpdateConfig) UpdatesChannel ... updates, err := bot.GetUpdates(config) if err != nil { log.Println(err)...

This pull request is pretty straight forward... Telegram documentation says: > Any character with code between 1 and 126 inclusively can be escaped anywhere with a preceding '\' character, in...

When I use ```go webhook, err := tgbotapi.NewWebhook(host + ":" + port + "/" + bot.Token) updates := bot.ListenForWebhook("/" + bot.Token) ``` (took it from docs) it doesn't work at...

add methods that allows pass context to calls upgraded go version up to 1.19