mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
1021 B
1021 B
title | description | nav_exclude | image |
---|---|---|---|
exportedChatlistInvite | Exported chat folder deep link ». | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: exportedChatlistInvite
Exported chat folder deep link ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | Name of the link |
url | string | Yes | The chat folder deep link ». |
peers | Array of Peer | Yes | Peers to import |
Type: ExportedChatlistInvite
Example:
$exportedChatlistInvite = ['_' => 'exportedChatlistInvite', 'title' => 'string', 'url' => 'string', 'peers' => [Peer, Peer]];