MadelineProto/old_docs/API_docs_v66/constructors/updateNewStickerSet.md

36 lines
631 B
Markdown
Raw Normal View History

2017-06-30 15:36:33 +02:00
---
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) | Yes|
### Type: [Update](../types/Update.md)
### Example:
```
$updateNewStickerSet = ['_' => 'updateNewStickerSet', 'stickerset' => messages_StickerSet, ];
```
Or, if you're into Lua:
```
updateNewStickerSet={_='updateNewStickerSet', stickerset=messages_StickerSet, }
```