I am using JoinChannelRequest method and a list of group links
I face the FloodLimit error
Can I pass the main list in JoinChannelRequest params instead of using a loop ?
You can't
Can we see this on the next Telethon update ?
This is a server thing, Telethon is just a wrapper. you would get flood even if the request supported lists, joining chats is heavy request by default. just like in a usual Telegram app
what is the best way to avoid flooding limit ? Using time.sleep(x) is enough ?? What is the suitable amount to set as x
Обсуждают сегодня