mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:47:21 +01:00
18 lines
374 B
Markdown
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, ];
|
|
``` |