MadelineProto/docs/API_docs/constructors/updateNewStickerSet.md
2016-12-20 13:32:11 +01:00

25 lines
512 B
Markdown

---
title: updateNewStickerSet
description: updateNewStickerSet attributes, type and example
---
## Constructor: updateNewStickerSet
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|stickerset|[messages\_StickerSet](../types/messages_StickerSet.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateNewStickerSet = ['_' => updateNewStickerSet', 'stickerset' => messages.StickerSet, ];
```