mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 05:47:20 +01:00
31 lines
376 B
Markdown
31 lines
376 B
Markdown
|
---
|
||
|
title: updateStickerSets
|
||
|
description: updateStickerSets attributes, type and example
|
||
|
---
|
||
|
## Constructor: updateStickerSets
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [Update](../types/Update.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$updateStickerSets = ['_' => 'updateStickerSets', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
updateStickerSets={_='updateStickerSets', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|