754 B
754 B
title | description | image |
---|---|---|
updateDialogPinned | Update dialog pinned | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateDialogPinned
Update dialog pinned
Attributes:
Name | Type | Required | Description |
---|---|---|---|
pinned | Bool | Optional | Pinned? |
peer | DialogPeer | Yes | Peer |
Type: Update
Example:
$updateDialogPinned = ['_' => 'updateDialogPinned', 'pinned' => Bool, 'peer' => DialogPeer];
Or, if you're into Lua:
updateDialogPinned={_='updateDialogPinned', pinned=Bool, peer=DialogPeer}