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

Golang bindings for the Telegram Bot API

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

I ran TestCommands, and now the robot cannot display commands, what should I do? ![1](https://user-images.githubusercontent.com/72503738/171806117-0284d618-a1a5-4173-a247-44a0f1b733e1.png) ![2](https://user-images.githubusercontent.com/72503738/171806124-e8a24278-7351-4996-b179-1d69d75ed2b3.png)

Found that helper SentFrom doesn't checks ChatMember & MyChatMember. Added

Well, premium is already here, so little patch ![telegram-cloud-photo-size-2-5294227962272530556-y](https://user-images.githubusercontent.com/15264697/174513729-137f9822-9491-4f64-a684-8e30479fbcc2.jpg)

Currently, when we set `Debug = true`, the following will be logged continuously: ``` ... 2022/06/17 14:14:19 Endpoint: getUpdates, response: {"ok":true,"result":[]} 2022/06/17 14:14:19 Endpoint: getUpdates, params: map[allowed_updates:null offset:811825219 timeout:3600] 2022/06/17...

How to actively send messages to users? Or get the ChatID of a user

![botMenu](https://user-images.githubusercontent.com/84489925/169064383-c7554fdc-d08e-4b6c-9d81-29370886d900.jpeg) How I can set bot menu. I can't find example. Thank you!

- Allow providing `context.Context` to basic request methods * Unsure how to deal with more specific methods, duplicating everything seems excessive - Use single Config struct for passing config information,...

It would be great if Chattable interface has public methods. I`m implementing non public api for bot payment provider and I need to make custom client. =-(