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]];