MadelineProto/old_docs/API_docs_v46/constructors/updateStickerSetsOrder.md

589 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], ];

Or, if you're into Lua:

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