Link Search Menu Expand Document

Constructor: updateDialogPinned

Back to constructors index

A dialog was pinned/unpinned

Attributes:

NameTypeRequiredDescription
pinnedBoolOptionalWhether the dialog was pinned
folder_idintOptionalPeer folder ID, for more info click here
peerDialogPeerYesThe dialog

Type: Update

Example:

$updateDialogPinned = ['_' => 'updateDialogPinned', 'pinned' => Bool, 'folder_id' => int, 'peer' => DialogPeer];