(I'm using TLSharp for connect to Telegram Service)
I want search 400,000 channels, so call service SearchUserAsync for 400,000 times. I call this service every 15 seconds, but I get flood prevention for 1 day (~70000 seconds).
What's best way for Call telegram services for n times?