messages.checkChatInvite
Check the validity of a chat invite link and get basic info about it
Example
TL schema
Parameters
Name | Type | Description |
hash | Invite hash in t.me/joinchat/hash |
Result
Possible errors
Code | Type | Description |
400 | INVITE_HASH_EMPTY | The invite hash is empty |
400 | INVITE_HASH_EXPIRED | The invite link has expired |
400 | INVITE_HASH_INVALID | The invite hash is invalid |
Can bots use this methd ?
yes
Related pages
Last updated