Layer 227
ChatlistsExportedInvitesObj
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 ChatlistsExportedInvitesObj constructor obj := &tg.ChatlistsExportedInvitesObj{ Invites: &tg.VectorExportedChatlistInvite{}, Chats: &tg.VectorChat{}, Users: &tg.VectorUser{}, }