mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 15:27:22 +01:00
19 lines
516 B
Markdown
19 lines
516 B
Markdown
|
## Constructor: messages\_stickerSet
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|set|[StickerSet](../types/StickerSet.md) | Required|
|
||
|
|packs|Array of [StickerPack](../types/StickerPack.md) | Required|
|
||
|
|documents|Array of [Document](../types/Document.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [messages\_StickerSet](../types/messages\_StickerSet.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$messages_stickerSet = ['set' => StickerSet, 'packs' => [StickerPack], 'documents' => [Document], ];
|
||
|
```
|