messages.CheckChatInvite
- class pyrogram.raw.functions.messages.CheckChatInvite
Check the validity of a chat invite link and get basic info about it
- Details:
Layer:
223ID:
3EADB1BB
- Parameters:
hash (
str) – Invite hash from chat invite deep link ».- Returns:
TL Schema
messages.checkChatInvite#3eadb1bb
hash:string
= ChatInvite
Parameter Tree
CheckChatInvite
└── hash →
stringExample
await app.invoke(
CheckChatInvite(
hash="text",
)
)