2016-12-19 16:56:52 +01:00
|
|
|
## 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:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$stickerPack = ['_' => stickerPack', 'emoticon' => string, 'documents' => [Vector t], ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|