-
Notifications
You must be signed in to change notification settings - Fork 105
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
Restricted Content Forward/Copy #146
Comments
Be careful with forwards from channels with RESTRICTED SAVING CONTENT. It may lead to an account ban. But if you take risks, look at these comments: |
it worked thnx again |
facing same issue now; even after modifying restrictsavingfilter.py by the code #68 (comment) |
Check that the filter is installed for the right channels. If you have any more questions, please show the full filter code and configuration file. |
restrictsavingfilter.pyfrom typing import Tuple, Type from telethon import TelegramClient, types from ..hints import EventLike, EventMessage class RestrictSavingContentBypassFilter(MessageFilter):
initfrom .base import CompositeMessageFilter # noqa: F401 |
Everything looks fine, it should work. "Forwards not supported" warning only printed if "Restrict saving content" is enabled for source channel and no filter returns True on |
The text was updated successfully, but these errors were encountered: