mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
872 B
872 B
title | description | nav_exclude | image |
---|---|---|---|
updatePinnedDialogs | Pinned dialogs were updated | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updatePinnedDialogs
Pinned dialogs were updated
Attributes:
Name | Type | Required | Description |
---|---|---|---|
folder_id | int | Optional | Peer folder ID, for more info click here |
order | Array of DialogPeer | Optional | New order of pinned dialogs |
Type: Update
Example:
$updatePinnedDialogs = ['_' => 'updatePinnedDialogs', 'folder_id' => int, 'order' => [DialogPeer, DialogPeer]];