Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

telethon invite to group

# public chat
from telethon.tl.functions.channels import JoinChannelRequest
await client(JoinChannelRequest(channel))

# private chat
from telethon.tl.functions.messages import ImportChatInviteRequest
updates = await client(ImportChatInviteRequest('AAAAAEHbEkejzxUjAUCfYg'))
Source by docs.telethon.dev #
 
PREVIOUS NEXT
Tagged: #telethon #invite #group
ADD COMMENT
Topic
Name
3+9 =