Layer 220
ChatlistsGetExportedInvites
List all chat folder deep links associated to a folder
method
Users
chatlists.getExportedInvites#ce03da83 chatlist:InputChatlist = chatlists.ExportedInvites;
Parameters
| Name | Type | Description |
|---|---|---|
| Chatlist | InputChatlist | The folder |
Returns
chatlists.ExportedInvitesPossible 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