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

31 lines
1.0 KiB
Markdown

---
title: "updateStickerSets"
description: "Installed stickersets have changed, the client should refetch them as described in the docs."
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: updateStickerSets
[Back to constructors index](/API_docs/constructors/index.html)
Installed stickersets have changed, the client should refetch them as [described in the docs](https://core.telegram.org/api/stickers#installing-stickersets).
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|masks|[Bool](/API_docs/types/Bool.html) | Optional|Whether mask stickersets have changed|
|emojis|[Bool](/API_docs/types/Bool.html) | Optional|Whether the list of installed [custom emoji stickersets](https://core.telegram.org/api/custom-emoji) has changed|
### Type: [Update](/API_docs/types/Update.html)
### Example:
```
$updateStickerSets = ['_' => 'updateStickerSets', 'masks' => Bool, 'emojis' => Bool];
```