We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's works fine for forwarding of new messages. But how to forward previous messages. I want to forward all messages in a channel to another channel
The text was updated successfully, but these errors were encountered:
You can use telecopy.py for creating full channel copy.
Sorry, something went wrong.
Is it possible to forward message using a range of message ids?
See limit, min_id and max_id parameters in client.iter_messages
limit
min_id
max_id
No branches or pull requests
It's works fine for forwarding of new messages. But how to forward previous messages.
I want to forward all messages in a channel to another channel
The text was updated successfully, but these errors were encountered: