MadelineProto/old_docs/API_docs_v45/constructors/updateStickerSets.md

35 lines
473 B
Markdown
Raw Normal View History

---
title: updateStickerSets
description: updateStickerSets attributes, type and example
---
## Constructor: updateStickerSets
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [Update](../types/Update.md)
### Example:
```
$updateStickerSets = ['_' => 'updateStickerSets', ];
```
Or, if you're into Lua:
```
updateStickerSets={_='updateStickerSets', }
```