does anyone know how to get a InputPeerUser from a MessageEntityMention? I can get a User with client.get_entity(text) but I can't seem to get the input entity because of a mi...
is there a way to prevent getting throttled when developing a bot? It seems like telegram doesn't like me starting and stopping the bot every few minutes when I'm developing a...
What it the correct way of detecting users joining a group? using telethon.events.ChatAction and filtering user_added / user_joined I get two events when someone joins (one ha...
can bots owned by a premium account use premium features? (eg: custom emoji)
For mini apps, looks like initData is empty in some cases (I've seen this in android using the inline query link) is this intentional? I don't see it mentioned in the docs
Do bots have access to what language is used for highlighted code blocks in messages? I don't see anything in the docs
how do you create an account on the test server? following the instructions at https://core.telegram.org/bots/webapps#testing-mini-apps from tdesktop, it says to log in from a...
so, I have a system that manages multiple bots. Sometimes restarting it causes telegram to freak out and send a flood wait error. does anyone know what is the rate of new conn...
how do you set up the "direct link" for mini apps? just going from the examples at https://core.telegram.org/bots/webapps#direct-link-mini-apps I get "Bot application not foun...
btw are those apps called mini apps or web apps?
anyone else is having issues with the bot HTTP API today? it's being slower than usual for me