6095
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
I have 100 sessions, what should I do with them?
Читать полностью…
what is the meaning of this error ?
Attempt 1 at new auth_key failed: Step 3 invalid new nonce hash
I want to find out how this happened. I created group I never set auto-delete. but when account got deleted i opened the group and see the account set auto-delete.
So I believe Telegram do it itself on behalf deleted account ??
When we create a group on telegram does it set auto-delete messages parameter by default ??
Читать полностью…
yep, i see, but account never did this.
So you believe it is telegram tricks, is that what you want to say ?
May be Telegram just fights with fantom groups deleting all staff inside group.
After that when i call client.get_me() it return None
Читать полностью…
GetInlineBotResults is used by user account clients
inline bot clients use setInlineBotResults
fetch groups ids and access_hash from sql session and pass them to get_entity and see if you have .admin_rights set to True
Читать полностью…
So, my bot has been added to many groups, my bot is to tag all users in the group, so I need to know where my bot is added to the group
Читать полностью…
Is there a method to know if the bot has been added to any group / channel?
Читать полностью…
Dont ignore text bruh, i know you wanted to help but you simply ignored the main question
Читать полностью…
Anyone know why it set auto-delete in 1 day ? If in fact the account never changed this setting.
Admin and owner was deleted, but there was a post with link in the group and now it is deleted.
Is it Telegram tricks ??
from telethon.tl.functions.auth import ImportAuthorizationRequest
When i use this method, it return auth.Auhorization
But when i call client.get_me() it return None
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.
The ChatAction that I use does not save to the database, so what I want is how to make the bot find all the groups that make itself an admin?
Читать полностью…
In the code, I forgot to save it to the database, so what I want now is to take all the groups that make the bot as admin, then save it
Читать полностью…
Like creating a folder that only contains groups
Читать полностью…
More precisely, take all channels/groups that make bot admin?
Читать полностью…
i push updates to tl.telethon.dev before releasing to pypi. it's manual
for the api reference of the v1 branch, build it locally