mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 11:27:21 +01:00
20 lines
289 B
Markdown
20 lines
289 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', ];
|
||
|
```
|