How can I get a list of available options to pass to messages.ReportRequest? It is clear that this is a dynamic list, but I cannot find information on how to get it.
Thanks in advance for your answer.
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.
Telethon is free software. That means using it is a right: you are free to use it for absolutely any purpose whatsoever. However, help and support with using it is a privilege. If you misbehave or want to do bad things, despite possibly having good intentions, nobody is obligated to help you.
Читать полностью…Hello! I used to face the problem that telegram blocks and kicks telethon sessions, but pyrogram does not. Then I gave up on it, for a long time I did not look at this topic. Has anything changed? Where is the chance of getting blocked lower?
Читать полностью…How to get chat_id of a private group that I've been joined?
I tried using ImportChatInviteRequest but get UserAlreadyParticipantError error.
client.get_entity(hash="") doesnt work
please help
I updated my upload script if anyone wants to give some feedback
https://github.com/ronen1n/Telegram-Fast-Uploader
hello everyone, does anyone know how to increase the speed of sending a file to several chats, their weight is 9-20 mb, there is also a proxy, in theory they increase the speed
Читать полностью…I have checked the docs and didn't see any information if when I iter dialogs and message to iter only a specific type of messages? for example only media, or only text
I understand that I filter on out put, but thought to avoid Telegram's flood limit, to fetch only needed information
Hello! I want to run several bot users simultaneously in one source code. Can you help me?!
Читать полностью…Hi
Does telethon knows to make search better than in telegram UI ? like if I search for "abcdefg" it will show me only messages that contains abcdefg and not also "a" and "b" and all other as telegram does (shows everything possible ....) ?
you will need to look at the source of the installed library, not the source in github
Читать полностью…Sorry for my question , but anyone know about how to convert Python Project PySide2 to Cython then Compile to EXE ? I've been struggling for 4 days and can't solve the errors.
Читать полностью…