Skip to content

chatlists.getExportedInvites

Layer 225

Constructor ID: 0xce03da83
Returns: ExportedInvites

Parameters

NameTypeDescription
chatlistInputChatlist

Example

go
result, err := client.Raw(&tg.GetExportedInvitesRequest{
    chatlist: nil, // InputChatlist
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.