17 lines
345 B
Markdown
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, ];
|
||
|
```
|