Layer 220
ChatlistsExportedInvites
Info about multiple chat folder deep links.
constructor
chatlists.exportedInvites#10ab6dc7 invites:Vector<ExportedChatlistInvite> chats:Vector<Chat> users:Vector<User> = chatlists.ExportedInvites;
Parameters
| Name | Type | Description |
|---|---|---|
| Invites | Vector<ExportedChatlistInvite> | The chat folder deep links. |
| Chats | Vector<Chat> | Related chat information |
| Users | Vector<User> | Related user information |
Returns
chatlists.ExportedInvitesGogram Example
// Creating ChatlistsExportedInvites constructor obj := &tg.ChatlistsExportedInvites{ Invites: []tg.ExportedChatlistInvite{&tg.ExportedChatlistInvite{}}, Chats: []tg.Chat{&tg.Chat{}}, Users: []tg.User{&tg.User{}}, }