-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting user limited by Telegram for DM sends - guidelines? #397
Comments
The rules are mostly simple: don't talk to strangers as they can report you, and don't add strangers to groups or channels as they can report you too.
That itself may be risky. Perhaps the best option would just be to mention them in the group to warn them, after all, they should have the mention button to jump to the mention and see your warning, without risking them to block whatever account you're using.
Hm, I have no idea about that so perhaps it could be that way. But if it exists, I'm unaware of it.
Consider upgrading, the error should now be |
please suggest, how to except the error and go on with the program?
|
Well currently there's no way to globally capture the errors unless you define your custom function and use that instead. You see, the library can't know your control flow or what you would want to do in certain cases so I can't just "go on with the program". I'm open for suggestions though. |
kk thx figured it
|
More on this as the wiki link on #297 is now broken: http://telethon.readthedocs.io/en/latest/extra/troubleshooting/deleted-limited-or-deactivated-accounts.html. |
Sorry, you can only send messages to mutual contacts at the moment. More info » please help me i keep on getting this issue even when the time i was promise my account will be release |
how to avoid this error? |
The link from #397 (comment) is (again) broken, the new one is https://docs.telethon.dev/en/latest/quick-references/faq.html#my-account-was-deleted-limited-when-using-the-library. |
I'm having a different-but-similar issue as issue 297 -- it's more of a Telegram API / spam block issue. I'm unsure how to get support from them, so wanted to ask this community.
(Is there a good place to get Telegram support for questions around how to stay within guidelines and not get user limited for sending DMs?)
I am an admin in a large superchat room. We’re working to help protect our users from fraud by having our team members reach out 1:1 to make sure they know to watch out for scammers. We’re using the Telethon to help id and DM message users we think may be at risk. I've followed different patterns with a few different admins and all get limited after around 50 DMs. I think that we’re just hitting some automated spam filter or rate limit (vs user reporting) because the users we message all seem very engaged and appreciative.
Specifically, the error is:
telethon.errors.rpc_errors.RPCError: PEER_FLOOD (code 400)
Thank you for any tips or directional guidance!
The text was updated successfully, but these errors were encountered: