mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
925 B
925 B
title | description | nav_exclude | image |
---|---|---|---|
updateDialogPinned | A dialog was pinned/unpinned | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];