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

Is there any way to ignore all updates, and then start receiving new updates? updates.Flush()

Currently tests are run against the live Bot API. While this is great for ensuring compatibility, it has a few issues. - The main issue is that it frequently gets...

help wanted

# How I discovered it I wanted to get the text + emoji that contained a particular link, but I always got the right Offset with a wrong Length (which...

help wanted
documentation

Hello there, I'm trying to run the code with the given example of getting all the updates from chat. It runs OK on my computer, but it definitely fails on...

After entering the bot.StopReceivingUpdates() Bot processes one next update. and after starting it, it processes it, as a result, a double is obtained (for example, two clicks on the button)....

Hi, I think I have encountered a bug in the `getUpdates` handler. What happens is following: if my bot doesn't receive a message for a longer period of time, then...

bug
help wanted

`StopReceivingUpdates` method is useless for real cases. Let's take a code from README, remove non-relevant parts and add StopReceivingUpdates() to it: ``` package main import ( "os" "os/signal" "syscall" "log"...

help wanted

Added functionality to provide setting custom API and File endpoints + func NewBotAPICustom + func SetFileEndpoint + field BotAPI.fileEndpoint edited func file.Link