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