how i decode this url (tg://login?token=...): def extract_token(token_url: str) -> bytes: if not token_url: return token_base64 = token_url[token_url.find('tok...
How can i determine the optimal sleep to receive messages from different channels between each iteration in an infinite loop? Each channel can have few or many messages, so I ...
Всем привет! Кто знает, как можно связать работу aiogram с Flask, чтобы спокойно шли запросы к общей бд (gino/postgresql) со стороны сайта и бота и Flask не перкрывал работу с...
How can i decode this qr code for https://tl.telethon.dev/methods/auth/accept_login_token.html ?
How to check if session exists in the channel/group?
Can i handle updates where new session added to my account?
How can I check if group’s users is hiden? For example only admins is visible, but another users isn't
How can I share a story, like this in telethon beta?
Всем привет! Кто знает, как можно связать работу телеграм бота (в моем случае framework aiogram) с Flask, чтобы спокойно шли запросы к общей бд (gino/postgresql) со стороны са...
How many times needed to set typing request and what limits?
How can i check if username is available? And for example I also need to check if username is banned in telegram or in sell
Guys, is anybody knows what message text Telegram send when I sending a code? I always get russian text, but I need to get an example of message on english
What are the limits for https://tl.telethon.dev/methods/chatlists/join_chatlist_invite.html ?
how can i get a story file extension?
What does telegram checks while i reconnecting to my new session with another api id api hash and another device data?
How long can the 2fa input state be active if I have already entered the code?
how can i get full info about sender by parsing messages? i used iter_messages, but it gives only id of sender
how can i check if session is valid while it connected?
why telethon gives channel id entity id without -100? can you add it in update?
How can i do it in telethon?