Layer 220
ChatlistsExportedChatlistInvite
Info about an exported chat folder deep link.
constructor
chatlists.exportedChatlistInvite#10e6e3a6 filter:DialogFilter invite:ExportedChatlistInvite = chatlists.ExportedChatlistInvite;
Parameters
| Name | Type | Description |
|---|---|---|
| Filter | DialogFilter | Folder ID |
| Invite | ExportedChatlistInvite | The exported chat folder deep link. |
Returns
chatlists.ExportedChatlistInviteGogram Example
// Creating ChatlistsExportedChatlistInvite constructor obj := &tg.ChatlistsExportedChatlistInvite{ Filter: &tg.DialogFilter{}, Invite: &tg.ExportedChatlistInvite{}, }