802 B
802 B
title | description | image |
---|---|---|
updatePinnedDialogs | updatePinnedDialogs attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updatePinnedDialogs
Attributes:
Name | Type | Required |
---|---|---|
order | Array of DialogPeer | Optional |
Type: Update
Example:
$updatePinnedDialogs = ['_' => 'updatePinnedDialogs', 'order' => [DialogPeer, DialogPeer]];
PWRTelegram json-encoded version:
{"_": "updatePinnedDialogs", "order": [DialogPeer]}
Or, if you're into Lua:
updatePinnedDialogs={_='updatePinnedDialogs', order={DialogPeer}}