Layer 224
ChatlistsExportedChatlistInviteObj
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 ChatlistsExportedChatlistInviteObj constructor obj := &tg.ChatlistsExportedChatlistInviteObj{ Filter: &tg.DialogFilter{}, Invite: &tg.ExportedChatlistInvite{}, }