How can i fix a flood wait error when adding a user to a telegram group in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can i fix a flood wait error when adding a user to a telegram group in python

12th Aug 2020, 7:08 PM
kaysir jones
kaysir jones - avatar
3 Answers
+ 2
Adding a user to the telegram group is controlled by telegram administrators with a time interval of 4 seconds like!!!
8th Sep 2020, 3:52 PM
Nematillo Ochilov 🇺🇿
Nematillo Ochilov 🇺🇿 - avatar
+ 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
12th Aug 2020, 7:10 PM
Steven M
Steven M - avatar
+ 1
Steven M Thanks man Lemme try that
12th Aug 2020, 7:29 PM
kaysir jones
kaysir jones - avatar