Link Search Menu Expand Document

Constructor: updateStickerSets

Back to constructors index

Installed stickersets have changed, the client should refetch them as described in the docs.

Attributes:

NameTypeRequiredDescription
masksBoolOptionalWhether mask stickersets have changed
emojisBoolOptionalWhether the list of installed custom emoji stickersets has changed

Type: Update

Example:

$updateStickerSets = ['_' => 'updateStickerSets', 'masks' => Bool, 'emojis' => Bool];