mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 02:58:17 +01:00
18 lines
374 B
Markdown
18 lines
374 B
Markdown
## Constructor: stickerPack
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|emoticon|[string](../types/string.md) | Required|
|
|
|documents|Array of [long](../types/long.md) | Required|
|
|
|
|
|
|
### Type: [StickerPack](../types/StickerPack.md)
|
|
|
|
### Example:
|
|
|
|
|
|
```
|
|
$stickerPack = ['emoticon' => string, 'documents' => [long], ];
|
|
``` |