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

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

Back to constructors index

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