Constructor: updateSavedDialogPinned
A saved message dialog was pinned/unpinned
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| pinned | Bool | Optional | Whether the dialog was pinned |
| peer | DialogPeer | Yes | The dialog |
Type: Update
Example:
$updateSavedDialogPinned = ['_' => 'updateSavedDialogPinned', 'pinned' => Bool, 'peer' => DialogPeer];