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
but i mean chatgpt give me as_copy that was related to pyrogram instead of drop_author for telethon
Читать полностью…which type of "universal", you use JoinChannel for public supergroups and channels
Читать полностью…Thank you so much , I really appreciate your helps
You're a truly legend
Yeah, False-positive ban det is the thing which was annoying for years
Читать полностью…depends, await client._updates_queue.put() exists for full Updates, or shorter as single update with await client._dispatch_update() but without preprocessing
Читать полностью…no, they reused organization verifications, if User.deleted and User.bot_verification_icon is likely enough to know
Читать полностью…Is there any way? I tried asyncio.sleep(), not sure if it works
Читать полностью…control your usage, 429 is your fault, and likely your bug
Читать полностью…I send a lot of reactions to many messages from different groups. Why do I get this ?
Читать полностью…Surely Telegram handles it using requests and as far as I don't know which requests will be restricted I can't suggest you to use which, but most of them shall be useful in your case.
Читать полностью…The problem is i dont have a frozen account to test different methods, so I was hoping someone with experience could help
Читать полностью…How can I determine if a Telegram account is frozen like this?
programmatically using telethon
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.
that's why i said don't use chatgpt and use docs instead docs contains everything that programmer will need to use telethon
Читать полностью…from_chat, messages, to_chat,*, drop_author=True was I guess
You're using the wrong model, use those that don't "guess" things and mostly "search"
Hi, am I understanding correctly that there is no universal way to join any public chat room?
Читать полностью…New StackOverflow question
Is there a single way to store different media types in Telegram bot?
https://stackoverflow.com/q/79551509
They used their brains for once and let people move their data, in case of false-positive, most bans are automated anyways, would also reduce the mail spam if appeals are done in-app and for a short period
manual content related bans are unlikely to get frozen if it's proven tos breaking
What is your personal opinion for this new auth level?
Are they adding this since their server is detecting wrong userbots? (Tdlib new users, telethon ones)
It may, you have to reduce your requests. It's anti dos blocking the socket. not usual floodwait
Читать полностью…then be patient until it's actually commonly sighted. the screenshots are likely fake or internal
you will see freeze_since_date key with non-zero value in GetAppConfig for self accounts. for others, User.bot_verification_icon will a snowflake custom emoji id, or more accurately, GetFullUser().full_user.bot_verification.bot_id will be 777000
Well, if you're not too lazy, you can call some MTPROTO method, look in the last layers
Читать полностью…I found nothing about that even here, but whenever you find a frozen account, you can either consider that I guess since you may not send any messages or take actions, then you can make advantage of that to occur to error , know the error and make use of that to check if your account is frozen.
Читать полностью…What a question 😂 I found nothing
Maybe (await client.get_me()).restricted
Tells something?
IsPublic = True if peer.username is not None else False
Читать полностью…