You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a website that will allow you to view individual elements of telegram channel statistics. This site should be able to receive statistics on a sufficiently large number of channels (about 100,000) every hour. But due to the tdlib limit on requests, I do not have time to get information about all channels in 1 hour. Is there any other way to get information about telegram channels using tdlib?
The text was updated successfully, but these errors were encountered:
@Abduvokhid This is possible, but the limitation of requests to telegram comes into play. If you make more requests to TDLib than you need, Telegram will block future requests. In addition, a separate database is created for each Telegram account you use, which stores all the channels you have visited. Thus, a separate Telegram account will be responsible for its own channel space. And if suddenly the account gets blocked, it will be impossible to update information on these channels for which this account is responsible
I am developing a website that will allow you to view individual elements of telegram channel statistics. This site should be able to receive statistics on a sufficiently large number of channels (about 100,000) every hour. But due to the tdlib limit on requests, I do not have time to get information about all channels in 1 hour. Is there any other way to get information about telegram channels using tdlib?
The text was updated successfully, but these errors were encountered: