Closed ne0c0de closed 1 year ago
I want to get messages from telegram server instead of waiting their system for push.
This is not possible.
Hence telegram message ids are incremental for groups,
This is not guaranteed and isn't always true.
I decide to call getMessages method frequently in a short period of seconds.
Your account will be rate-limited and can be even banned because of this.
Do you mean the rate limit would be applied to the account of the user who is logged in or the account for the application, i.e. the one using the api key? Assuming an application calls getMessages not very frequently, but is used by thousands of users.
Automatically registered accounts can be also banned.
Hi,
I want to get messages from telegram server instead of waiting their system for push.
Hence telegram message ids are incremental for groups, I decide to call getMessages method frequently in a short period of seconds.
Do anyone know what is the limit of this method (meaning how many calls that I can do in a second)?