Link Search Menu Expand Document

Constructor: updatePinnedDialogs

Back to constructors index

Pinned dialogs were updated

Attributes:

NameTypeRequiredDescription
folder_idintOptionalPeer folder ID, for more info click here
orderArray of DialogPeerOptionalNew order of pinned dialogs

Type: Update

Example:

$updatePinnedDialogs = ['_' => 'updatePinnedDialogs', 'folder_id' => int, 'order' => [DialogPeer, DialogPeer]];