MadelineProto/old_docs/API_docs_v55/constructors/updateNewStickerSet.md

27 lines
517 B
Markdown
Raw Normal View History

---
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, ];
```