Constructor: updateDialogPinned
A dialog was pinned/unpinned
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| pinned | Bool | Optional | Whether the dialog was pinned |
| folder_id | int | Optional | Peer folder ID, for more info click here |
| peer | DialogPeer | Yes | The dialog |
Type: Update
Example:
$updateDialogPinned = ['_' => 'updateDialogPinned', 'pinned' => Bool, 'folder_id' => int, 'peer' => DialogPeer];