4baac3178e
Add PHP, Lua language tag to Code area
805 B
805 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}}