messages.ImportChatInvite
- class pyrogram.raw.functions.messages.ImportChatInvite
Import a chat invite and join a private chat/supergroup/channel
- Details:
Layer:
223ID:
6C50051C
- Parameters:
hash (
str) – hash from a chat invite deep link- Returns:
TL Schema
messages.importChatInvite#6c50051c
hash:string
= Updates
Parameter Tree
ImportChatInvite
└── hash →
stringExample
await app.invoke(
ImportChatInvite(
hash="text",
)
)