MadelineProto/old_docs/API_docs_v53/constructors/updateStickerSetsOrder.md
2017-07-23 16:33:46 +02:00

706 B

title description
updateStickerSetsOrder updateStickerSetsOrder attributes, type and example

Constructor: updateStickerSetsOrder

Back to constructors index

Attributes:

Name Type Required
order Array of long Yes

Type: Update

Example:

$updateStickerSetsOrder = ['_' => 'updateStickerSetsOrder', 'order' => [long]];

PWRTelegram json-encoded version:

{"_": "updateStickerSetsOrder", "order": [long]}

Or, if you're into Lua:

updateStickerSetsOrder={_='updateStickerSetsOrder', order={long}}