Telegram uses API login, but the verification code always expires. How to solve this problem?
Читать полностью…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.
Please provide, if possible, a link to the documentation or an example to remove a user from the channel after.
Читать полностью…If it's auth button, telethon can only authorize you and get final url, you still have to use external ways like selenium to confirm in the site
Читать полностью…the bot must answer. if the bot doesn't answer, telegram won't reply either. if you don't want to wait, spawn a task
Читать полностью…Hi, is there a way to automate clicking 'tap to verify' button in telethon? or is it out of context? ;ile selenium?
Читать полностью…Telegram doesn't really care about that, but if you want to you have message.mark_read() read until that message id or client.send_read_acknowledge() for read until latest
Читать полностью…You'll have to find out. and time.sleep blocks the library too, use await asyncio.sleep
Читать полностью…deleting 30 messages every 5 seconds from a channel, do y'all think i will get rate limited
Читать полностью…Hi
How can I see immediately when a user has subscribed to my channel? And get his name/username/ID?
Hello. When I click inline button, I get ~15 second delay until click() coroutine ends (in Telegram it get pressed immediately). The last message about this issue was in 2020. Still no workaround to remove that timeout (I thought about something like ensure_future, but may there be another approach)?
Читать полностью…Hi , is it possible to mark a message as read? I think get_message works as a ghost mode which goes against TOS, so i want to mark them as read , as to prevent any small chances of bans
Читать полностью…