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

Telegram bot api have new topics in chats, without this logic bots can't properly respond to chats with topics.

Found NewInvoice and Invoice methods, but nothing sendInvoice. Any idea? Thank you

This is a fix to solve Issue 600. Resolves https://github.com/go-telegram-bot-api/telegram-bot-api/issues/600. Added a function named ResizePhoto in helpers.go to help developers resize their images in-place to meet telegram conditions.

I need a webhook based interaction, so no listening to changes. I read I can [download telegram bot api server locally and build and run it][1], and I did. So,...

This is a fix to solve Issue 628. Resolves #628 The err was due to a hangup on tcp port and was cascaded from net/http library. Because the url included...

I found that removing the webhook URL from a bot was available (see: [commit](https://github.com/go-telegram-bot-api/telegram-bot-api/commit/9644984dae4c18c2109b47ac0da9eab69dae66b2) and #246) but later removed during some refactoring: [commit](https://github.com/go-telegram-bot-api/telegram-bot-api/commit/271adc4d9703392d15d9ea33f316393bb0362ba8#diff-6dc91e66d32f7f6eb67d8222bff6fab50bd2189a298869d66e01debfdd5b3272L426-L429). I tested this API call like this:...

Synced with the [docs](https://core.telegram.org/bots/api/#update).

Not found any methods for this, only method to send audio from URL (which requires static IP to share my files).

If I am not mistaken, the user structure in the id field must be of the int64 type