mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1.1 KiB
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
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];