694 B
694 B
title | description | image |
---|---|---|
updatePinnedDialogs | Pinned dialogs were updated | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updatePinnedDialogs
Pinned dialogs were updated
Attributes:
Name | Type | Required | Description |
---|---|---|---|
order | Array of Peer | Optional | Order |
Type: Update
Example:
$updatePinnedDialogs = ['_' => 'updatePinnedDialogs', 'order' => [Peer, Peer]];
Or, if you're into Lua:
updatePinnedDialogs={_='updatePinnedDialogs', order={Peer}}