MadelineProtoDocs/old_docs/API_docs_v89/constructors/updatePinnedDialogs.md
2019-12-27 17:48:04 +01:00

724 B

title description image
updatePinnedDialogs Pinned dialogs were updated https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updatePinnedDialogs

Back to constructors index

Pinned dialogs were updated

Attributes:

Name Type Required Description
order Array of DialogPeer Optional Order

Type: Update

Example:

$updatePinnedDialogs = ['_' => 'updatePinnedDialogs', 'order' => [DialogPeer, DialogPeer]];

Or, if you're into Lua:

updatePinnedDialogs={_='updatePinnedDialogs', order={DialogPeer}}