1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:27:48 +01:00
MadelineProto/docs/API_docs/constructors/updateStickerSets.md
2017-07-23 16:33:46 +02:00

38 lines
471 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'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "updateStickerSets"}
```
Or, if you're into Lua:
```
updateStickerSets={_='updateStickerSets'}
```