mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
1.2 KiB
1.2 KiB
title | description | nav_exclude | image |
---|---|---|---|
updateMoveStickerSetToTop | A stickerset was just moved to top, see here for more info » | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateMoveStickerSetToTop
A stickerset was just moved to top, see here for more info »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
masks | Bool | Optional | This update is referring to a mask stickerset |
emojis | Bool | Optional | This update is referring to a custom emoji stickerset |
stickerset | long | Yes | Stickerset ID |
Type: Update
Example:
$updateMoveStickerSetToTop = ['_' => 'updateMoveStickerSetToTop', 'masks' => Bool, 'emojis' => Bool, 'stickerset' => long];