MadelineProto/docs/API_docs/constructors/stickerPack.md

19 lines
400 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:56:05 +01:00
### Type: [StickerPack](../types/StickerPack.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$stickerPack = ['_' => stickerPack', 'emoticon' => string, 'documents' => [Vector t], ];
```