Results 15 comments of Syfaro

Is this the best strategy for resolving this issue? I'd love to get more feedback from others on #156.

All groups and channels can be addressed by their ID, you don't need to use the username. The library is structured in such a way that every request accepts a...

`Send` should be used for methods that return a `Message`, [`Request`](https://pkg.go.dev/github.com/go-telegram-bot-api/telegram-bot-api/v5#BotAPI.Request) should be used for everything else. This issue has come up a few times before, I really should document...

Thanks for the PR! The `Link` change is weird, but I'm not sure what a better approach would be. Perhaps it'd be worth adding a new method on `BotAPI` instead....

The master branch just received a rather substantial update with a few breaking changes. One of these changes includes no longer returning the always nil error from `GetUpdatesChan`. Is it...

Hi, I appreciate the PR, but could you clarify exactly why this PR is useful to the majority of users? What is a `EventWorker` and `Locker`? This seems like a...

Changes are now available on master, I'd appreciate some testing before tagging a release. https://github.com/go-telegram-bot-api/telegram-bot-api/commit/537c005643adee10686fa7d9bb860dec33a535d4

I'm doing some work to improve the test situation on the [improve-tests](https://github.com/go-telegram-bot-api/telegram-bot-api/tree/improve-tests) branch.

Hi, sorry about the delay in replying! The current logging situation is pretty bad, but #456 addresses this by allowing per-instance bot logging configuration. Once that's implemented, you can set...

I don't know if it needs the [ID check](https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/bot.go#L497) in the updates loop, has anyone ever seen their bot get the same update twice? If that's not an issue, removing...