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

This works when we tag a member without a username, It is different from a mention. ```go for _, entity := range message.Entities { if entity.IsTextMention() { println(entity.User.ID) } if...

Some of optional filelds are not marked with `omitempty`. So this fields are exported with null values. Let's fix it

Hi, i use `updates := bot.GetUpdatesChan(updateConfig)` and loop `update := range updates` and i get only direct messages, how can i get messages users send in groups or channels?

Please add support for the new api webApp. Description https://core.telegram.org/bots/webapps

No proxy will show timeout ` i/o timeout ` shoud I how to do

add tgbotapi prefix.

Hi @Syfaro, I added helper function for validate web app hash [more info](https://core.telegram.org/bots/webapps#validating-data-received-via-the-web-app)

Pass the result object to Request and MakeRequest instead of returning APIResponse. Also do not use the deprecated ioutil package.