1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 14:07:23 +01:00
MadelineProto/docs/API_docs/constructors/updateNewStickerSet.md

17 lines
345 B
Markdown

## Constructor: updateNewStickerSet
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|stickerset|[messages\_StickerSet](../types/messages\_StickerSet.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateNewStickerSet = ['stickerset' => messages_StickerSet, ];
```