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
sender.history
I am trying to download entire history for a certain user using PyTG but I can't seem to get more than 40 messages:
len(sender.history("@some_tg_user", limit=2000000, offset=10)) len(sender.history("@some_tg_user", limit=200, offset=5)) len(sender.history("@some_tg_user")
They all print 40.
Fill out your used versions:
3.6.1
0.4.10
Mac OS 10.12.4
Need more than 40 messages
Not getting more than 40 messages
The text was updated successfully, but these errors were encountered:
Feels like this is an issue with the CLI
Sorry, something went wrong.
No branches or pull requests
The problem
I am trying to download entire history for a certain user using PyTG but I can't seem to get more than 40 messages:
They all print 40.
Your environment
Fill out your used versions:
3.6.1
0.4.10
Mac OS 10.12.4
Expected behaviour
Need more than 40 messages
Actual behaviour
Not getting more than 40 messages
The text was updated successfully, but these errors were encountered: