Telethon Searching empty results handle
I’m trying to use search function with iter_messages(search_channel, search=foo)
and do not know how to handle when no results are found.
The functions.stories.GetPeerStoriesRequest method does not return stories
The functions.stories.GetPeerStoriesRequest method does not return stories.
How to set up a chain proxy on Telethon
How is it convenient to set up a proxy chain locally? If I need to first connect to the Socks5 proxy, then connect to another Socks5 or HTTP proxy through this proxy, and then connect to Telegram, I have checked the documentation and it seems that there is no information on this aspect
Telethon download size limit
Whenever I run iter_download on zip files larger than 2GB, my code just stops and shows that it’s Killed. Do you know if it’s possible to go above that download size limit?
How to speed up the download of the telethon media file
path = await message.download_media()
How to click inline button using Telethon?
i have a small problem and hope you’ll help me.
i wanted to do small automatization in bot. there is what it shoult do:
Is there a way to get account’s login email in telethon?
I can not find a api to get account’s login email, is there a way to get account’s login email?
NewMessage event for new chats (non contacts, first time talking)
I have noticed that when someone new sends me a message (a non contact), the library throws an exception when trying to get his entity. Is there any fix for that? Something I’m doing wrong?
Thanks in advance????