MadelineProto/old_docs/API_docs_v25/constructors/messages_allStickers.md

29 lines
682 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|[string](../types/string.md) | Required|
|packs|Array of [StickerPack](../types/StickerPack.md) | Required|
|documents|Array of [Document](../types/Document.md) | Required|
### Type: [messages\_AllStickers](../types/messages_AllStickers.md)
### Example:
```
$messages_allStickers = ['_' => 'messages_allStickers', 'hash' => string, 'packs' => [Vector t], 'documents' => [Vector t], ];
```