MadelineProto/old_docs/API_docs_v51/constructors/updateStickerSetsOrder.md
2017-07-23 16:11:02 +02:00

709 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}, }