MadelineProto/docs/API_docs/constructors/messages_allStickers.md

18 lines
404 B
Markdown
Raw Normal View History

## 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 = ['hash' => int, 'sets' => [StickerSet], ];
```