Layer 220
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.

Gogram Example

// Creating ChatlistsExportedChatlistInvite constructor
obj := &tg.ChatlistsExportedChatlistInvite{
    Filter: &tg.DialogFilter{},
    Invite: &tg.ExportedChatlistInvite{},
}