Layer 220
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.ChatlistInvitePossible 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. |
Gogram Example
// ChatlistsCheckChatlistInvite - positional arguments result, err := client.ChatlistsCheckChatlistInvite("...") if err != nil { // handle error } // result is *tg.ChatlistsChatlistInvite