1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 18:47:21 +01:00
MadelineProto/docs/API_docs/constructors/messages_allStickers.md
2016-12-19 19:48:27 +03:00

18 lines
432 B
Markdown

## Constructor: messages\_allStickers
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|hash|[int](../types/int.md) | Required|
|sets|Array of [StickerSet](../types/StickerSet.md) | Required|
### Type: [messages\_AllStickers](../types/messages\_AllStickers.md)
### Example:
```
$messages_allStickers = ['_' => messages_allStickers', 'hash' => int, 'sets' => [Vector t], ];
```