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

Parameters

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

Gogram 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.