chatlists.getExportedInvites
Layer 225
Constructor ID: 0xce03da83
Returns: ExportedInvites
Parameters
| Name | Type | Description |
|---|---|---|
chatlist | InputChatlist |
Example
go
result, err := client.Raw(&tg.GetExportedInvitesRequest{
chatlist: nil, // InputChatlist
})
if err != nil {
panic(err)
}
print(result)