MadelineProto/old_docs/API_docs_v44/constructors/messages_allStickers.md

28 lines
577 B
Markdown
Raw Normal View History

---
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], ];
```