MadelineProtoDocs/docs/API_docs/constructors/chatlists.exportedChatlistInvite.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image redirect_from
chatlists.exportedChatlistInvite Info about an exported chat folder deep link ». true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/chatlists_exportedChatlistInvite.html

Constructor: chatlists.exportedChatlistInvite

Back to constructors index

Info about an exported chat folder deep link ».

Attributes:

Name Type Required Description
filter DialogFilter Yes Folder ID
invite ExportedChatlistInvite Yes The exported chat folder deep link ».

Type: chatlists.ExportedChatlistInvite

Example:

$chatlists_exportedChatlistInvite = ['_' => 'chatlists.exportedChatlistInvite', 'filter' => DialogFilter, 'invite' => ExportedChatlistInvite];