Layer 220
method Users
chatlists.getExportedInvites#ce03da83 chatlist:InputChatlist = chatlists.ExportedInvites;

Parameters

Name Type Description
Chatlist InputChatlist The folder

Possible Errors

Code Type Description
400 FILTER_ID_INVALID The specified filter ID is invalid.

Gogram Example

// ChatlistsGetExportedInvites - positional arguments
result, err := client.ChatlistsGetExportedInvites(&tg.InputChatlist{})
if err != nil {
    // handle error
}
// result is *tg.ChatlistsExportedInvites