Link Search Menu Expand Document

Constructor: updateSavedDialogPinned

Back to constructors index

A saved message dialog was pinned/unpinned

Attributes:

NameTypeRequiredDescription
pinnedBoolOptionalWhether the dialog was pinned
peerDialogPeerYesThe dialog

Type: Update

Example:

$updateSavedDialogPinned = ['_' => 'updateSavedDialogPinned', 'pinned' => Bool, 'peer' => DialogPeer];