MadelineProto/docs/API_docs/constructors/messages_allStickers.md
2017-01-19 23:02:27 +01:00

28 lines
576 B
Markdown

---
title: messages.allStickers
description: messages_allStickers attributes, type and example
---
## Constructor: messages.allStickers
[Back to constructors index](index.md)
### 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], ];
```