Official Telethon's chat! Rules: • Speak English • Stay on topic (questions about Telethon) • Be respectful • Don't ask to ask • Spam-related uses lead to ban • Read https://docs.telethon.dev before asking things here Read more about us @TelethonUpdates
because there are a lot of NewMessages
hence a lot of requests
When i use
await client.start(phone=phone_number, code_callback=code_callback)
The code verification form are not showing in the front end (im using flask-async)
Thank you so much. You should enable reactions. I would have used a heart instead of spamming with other messages
Читать полностью…How can I process 1 update at a time? Like having 1 worker
Читать полностью…how send this parameters:
currentRegId
certFingerprint
installerId
packageId
currentDeviceTimezone
currentNetworkType
?
https://core.telegram.org/api/auth#code-types
See here » for more info on the verification process.
use an inline link with tg://user?id=... as the url
Читать полностью…Hi and welcome to the group. Before asking any questions, please read the rules from the group's description, and don't forget to read the docs. Make sure you are using the latest version with pip3 install -U telethon
, since most problems have already been fixed in newer versions.
if that works, you probably need to share the code that you have tried on nekobin.com 🤔
Читать полностью…Try and see. and generally in the api if one item causes error in vector requests, every other item fails too for consistency, nothing is processed
Читать полностью…whay not work sent = await client.send_code_request(phone)
Читать полностью…hey, if I register an event to forward NewMessages
in a channel will I get flood?
How could i input code in the interface not in the terminal using flask
Читать полностью…set sequential_updates=True when creating the client
Читать полностью…Just import the same client, running more than one client using same session file will not work.
Читать полностью…say I have 2 different scripts do I login on both or login on one and import the TelegramClient to the second one or does it not matter?
Читать полностью…How to check the account have a email on login or no?
Читать полностью…Why doesn't send_code_request send the code to the application, but client.start does?
Читать полностью…this is a problem with telegram, not telethon. telethon can't solve it.
Читать полностью…So answer of /channel/TelethonChat/578536 is (It will try)?
Читать полностью…