768 B
768 B
title | description | image |
---|---|---|
updateDialogPinned | A dialog was pinned/unpinned | 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 |
peer | Peer | Yes | Peer |
Type: Update
Example:
$updateDialogPinned = ['_' => 'updateDialogPinned', 'pinned' => Bool, 'peer' => Peer];
Or, if you're into Lua:
updateDialogPinned={_='updateDialogPinned', pinned=Bool, peer=Peer}