Link Search Menu Expand Document

Constructor: exportedChatlistInvite

Back to constructors index

Exported chat folder deep link ».

Attributes:

NameTypeRequiredDescription
titlestringYesName of the link
urlstringYesThe chat folder deep link ».
peersArray of PeerYesPeers to import

Type: ExportedChatlistInvite

Example:

$exportedChatlistInvite = ['_' => 'exportedChatlistInvite', 'title' => 'string', 'url' => 'string', 'peers' => [Peer, Peer]];