MadelineProtoDocs/docs/API_docs/constructors/updatePinnedDialogs.md

804 B

title description image
updatePinnedDialogs Update pinned dialogs https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updatePinnedDialogs

Back to constructors index

Update pinned dialogs

Attributes:

Name Type Required Description
folder_id int Optional Folder ID
order Array of DialogPeer Optional Order

Type: Update

Example:

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

Or, if you're into Lua:

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