+ 1
How can i fix a flood wait error when adding a user to a telegram group in python
3 ответов
+ 2
Adding a user to the telegram group is controlled by telegram administrators with a time interval of 4 seconds
like!!!
+ 1
Maybe try a generator, if you're getting a wait command, hold off on adding the user through the use of a generator, you can keep "processing" added users and once the wait is over have the generator send the requests either one at a time or through a bulk
+ 1
Steven M
Thanks man
Lemme try that