I have tried using InvitetochannelRequest method for adding the users to my telegram channel from csv file ,but not able to add more than 200 users to channel using telethon library. its throwing flood error can anybody help me on this
Asked
Active
Viewed 2,034 times
1 Answers
4
You cant invite more than 200 peoples to channel. Telegram's limits. Proof: https://telegram.org/faq_channels#q-how-do-i-add-people-to-my-channel

Apepenkov
- 415
- 1
- 3
- 10
-
A link would make this a better answer – matt freake Jan 17 '20 at 11:38
-
@matt freak , I want to add users from one channel to other , its very tedious to give link to each user – SKP Jan 17 '20 at 18:03
-
Sorry, I meant a link to some documentation where Telegram explain the limit of 200 people. It was a comment for @apepenkov – matt freake Jan 18 '20 at 19:23
-
1[Here you go](https://telegram.org/faq_channels#q-how-do-i-add-people-to-my-channel), @sach – Apepenkov Jan 20 '20 at 11:13
-
Thanks @Apepenkov , Is there any way do you know to overcome this ,for script – SKP Jan 20 '20 at 15:41