mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:37:51 +01:00
589 B
589 B
title | description |
---|---|
updateStickerSetsOrder | updateStickerSetsOrder attributes, type and example |
Constructor: updateStickerSetsOrder
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}, }