mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
1.0 KiB
1.0 KiB
title | description | nav_exclude | image |
---|---|---|---|
updateStickerSets | Installed stickersets have changed, the client should refetch them as described in the docs. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateStickerSets
Installed stickersets have changed, the client should refetch them as described in the docs.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
masks | Bool | Optional | Whether mask stickersets have changed |
emojis | Bool | Optional | Whether the list of installed custom emoji stickersets has changed |
Type: Update
Example:
$updateStickerSets = ['_' => 'updateStickerSets', 'masks' => Bool, 'emojis' => Bool];