MadelineProto/old_docs/API_docs_v68/constructors/updateStickerSetsOrder.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

794 B

title description
updateStickerSetsOrder updateStickerSetsOrder attributes, type and example

Constructor: updateStickerSetsOrder

Back to constructors index

Attributes:

Name Type Required
masks Bool Optional
order Array of long Yes

Type: Update

Example:

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

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

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