Layer 224
ChatlistsCheckChatlistInvite
Obtain information about a chat folder deep link.
method
Users
chatlists.checkChatlistInvite#41c10fff slug:string = chatlists.ChatlistInvite;
Parameters
| Name | Type | Description |
|---|---|---|
| Slug | string | slug obtained from the chat folder deep link |
Returns
chatlists.ChatlistInviteGogram Example
// ChatlistsCheckChatlistInvite - positional arguments result, err := client.ChatlistsCheckChatlistInvite("Hello, World!") if err != nil { // handle error } // result is *tg.ChatlistsChatlistInvite
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | INVITE_SLUG_EMPTY | The specified invite slug is empty. |
| 400 | INVITE_SLUG_EXPIRED | The specified chat folder link has expired. |