telegram-bot-api
telegram-bot-api copied to clipboard
Telegram Bot API server
in this url for example : https://t.me/mybot?startapp=bbId38341612 when open it with telegram desktop, WebApp.initDataUnsafe.start_param working fine and get bbId38341612 but when I want open that with iphone 13 , always...
Hello all! I want to make my project horizontally scalable. I am trying to deploy my bot to kubernetes. I have local bot api instance what is calling a cluster...
I am working on a project that involves counting the number of users who joined my channel using a specific invite link. On my first attempt to join the channel...
When several users are active on my bot at one time, mostly interacting with callback queries, I am getting a 429 error sending the update back. I believe if my...
`InlineQueryResultGif` and `sendDocument` both compress GIF passed with URL. Can this annoying behavior be disabled any way?
Media size limitation passed with URL is different in each case. `InlineQueryResultPhoto` - `5 MiB` `InlineQueryResultMpeg4Gif` - `1 MiB` `InlineQueryResultGif` - `1 MiB` `InlineQueryResultDocument` - provides no size limitation While...
It is not officially supported by Bot API yet, but you can actually put any file like PNG there and set mine type to zip. It will be sent and...
Right now the media groups are simply different `Message` updates grouped together by a unique `media_group_id`. This implementation lacks a major thing that it gives no context about how many...
Hi. It looks like message unpinning is not exposed in the API at all, is this correct? My bot remembers pinned messages, but I want it to forget the pinned...
Hello, I have a BOT with a lot of menus to interact with, and users are noticing slowdowns after they click a few buttons to navigate the menu. It seems...