MadelineProtoDocs/docs/API_docs/constructors/updateStickerSets.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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