Layer 220
method Users
chatlists.checkChatlistInvite#41c10fff slug:string = chatlists.ChatlistInvite;

Parameters

Name Type Description
Slug string slug obtained from the chat folder deep link

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.

Gogram Example

// ChatlistsCheckChatlistInvite - positional arguments
result, err := client.ChatlistsCheckChatlistInvite("...")
if err != nil {
    // handle error
}
// result is *tg.ChatlistsChatlistInvite