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
advice: read telethon's source code for session string
Читать полностью…Hey everyone. I would like to call https://core.telegram.org/method/messages.getCommonChats method using Telethon. As far as I discovered, it is currently not implemented. Is there a way to make a call by defining a request object myself?
Читать полностью…I read. I want help on how to add additional variables when creating a teleton client?
Читать полностью…you can investigate how official clients do it, which is offtopic
Читать полностью…I want to do this for certain tasks. why is it difficult for you to help? I'm not doing this for spam!
Читать полностью…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.
Hey zayan, don't do that again (don't use admin command for attention) or I will ban you. You have been warned.
Читать полностью…Can I have two sessions open with the same api_id and api_hash?
Читать полностью…Greetings to all! How can I transfer owner group rights to another account?
Читать полностью…Tnx
So using account.ReportPeerRequest
I can report "channels", right?
I'm attempting to extract the authentication key, dc_id, server address, port, takeout_id, and version from a Pyrogram session string. Has anyone ever tried to do this or do you have any advice on creating a Telethon session string from these extracted values?
Читать полностью…You didn't read it well, source code shows you to which argument you pass the values in InitConnection. the rest is a usage not supported by telethon. modify the library or _init_request yourself
Читать полностью…there are no plans for telethon to directly support those
Читать полностью…these variables are sent by all alternative telegram clients
Читать полностью…third party libraries are not expected to use those values
Читать полностью…can you show how to add additional variables to the telethon?
Читать полностью…I saw some bots that have an inline button and if the user presses on that button then can select a chat and send a message to it
What's that called ?
And how to use it
Thanks. With the new string session that I have generated, I get this error: ConnectionError: Cannot send requests while disconnected. ¿¿??
Читать полностью…Does Telton support proxy with rotating IP?
A proxy with a rotating IP means that the proxy IP changes every minute
But the port, username and password are fixed
Hello. If I want to use two scripts that make use of the Telethon library simultaneously, can I use the same api_id, api_hash, and string session in both?
Читать полностью…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.
They don't. account.ReportPeer doesn't report messages, and can report any peer type than users
Читать полностью…