Are telegram bot api limits intelligent ? or just fixed ? Consider that our group is under DOS attack and 1000 users join and leave per second, So our bot has to ban 1000 use...
Is there anyway to prevent a bot that is admin in group from receiving all the updates ? to only receive messages starting with slash ? This is called Privacy Mode and is ena...
Hi, According to this, I am not receiving Users Join Update in Groups Larger than 10k members, I am also not receiving any other updates from telegram related to "chat_member"...
Hi, Are web apps cached on telegram side for performance ? or they simply just load a url each time ? and even more importantly, is url visible to user on the user side ? ( I ...
Telegram has added a feature to send message as one of your channels, in groups Just like you can appear as channel in voicechat The question is, How the f*** should I ban su...
Can bots send custom emojis ?
Is button type web_app only usable in private message with user ? Can't we use it in messages sent into groups or channels or answerinlinequery ?
If an account is deleted, does the api_id and api_hash associated to that account gets deleted too ? or the apps already using those credentials still work ?
In iOS, the cookies and localStorage items of WebApps are shared across all the accounts, how is it in android and other platforms ? Isn't this a security issue ?
and how are alert, prompt, or other similiar js functionalities are handled ? for example consider that I push state to url, is it allowed ?