# 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]];
Or, if you’re into Lua:
updatePinnedDialogs={_='updatePinnedDialogs', folder_id=int, order={DialogPeer}}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.