I need to invite one of my groups members into channel. But I have a little issue on my python script. Please, can you help me?
this is exception
telethon.errors.rpcerrorlist.FloodWaitError: A wait of 41548 seconds is required (caused by InviteToChannelRequest)
#this is my part of python script (channel is my target channel, users is list of users)
client(InviteToChannelRequest(channel, users))