MadelineProto/docs/API_docs/constructors/stickerPack.md

16 lines
397 B
Markdown
Raw Normal View History

## Constructor: stickerPack
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|emoticon|[string](../types/string.md) | Required|
|documents|Array of [long](../types/long.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[StickerPack](../types/StickerPack.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$stickerPack = ['_' => stickerPack', 'emoticon' => string, 'documents' => [Vector t], ];
```