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

I hope this PR can solve #156 issue. The thing is that we can refresh offset to zero (like bot starts with) in case bot has not received any updates...

Couldn't find how to do it. And I'm not sure if this is possible in the telegram.

I've tried two methods, `tgbotapi.FileID(file_id)` (wrong file type) , `tgbotapi.FileURL( bot.GetFileDirectURL(file_id) )` (wrong file identifier/HTTP URL specified) but they do not work, can I reupload the file without downloading it?

hello I need help answering inline query, no functional, no constructor, nothing! Please show me a code sample of answering inline query if possible.

Ho w we can discard a command if some other command is in process by the bot?

Getting this error Endpoint: answerCallbackQuery, response: {"ok":false,"error_code":400,"description":"Bad Request: query is too old and response timeout expired or query ID is invalid"} panic: Bad Request: query is too old and response...

Hello! After the ability of making Local Bot API Server, upload files up to 2 GB. Is it theoretically possible to track the progress of uploading large files?

Getting starting code snippet given at https://go-telegram-bot-api.dev/ does not work for the bots which are added to Telegram channel as an admin. Successful request is being able to make to...

Hello community, Could anyone provide an update on when we can anticipate the next big update? Thank you.