mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 14:46:54 +01:00
24 lines
609 B
Markdown
24 lines
609 B
Markdown
---
|
|
title: updateInstalledStickerSets
|
|
description: List of installed sticker sets was updated
|
|
---
|
|
## Constructor: updateInstalledStickerSets
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
List of installed sticker sets was updated
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|is\_masks|[Bool](../types/Bool.md) | Yes|True, if list of installed mask sticker sets was updated|
|
|
|sticker\_set\_ids|Array of [long](../constructors/long.md) | Yes|New list of installed ordinary sticker sets|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|