1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 18:47:21 +01:00
MadelineProto/docs/API_docs/constructors/updateNewStickerSet.md
2016-12-19 20:56:05 +03:00

18 lines
374 B
Markdown

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