MadelineProto/old_docs/API_docs_v55/constructors/messages_featuredStickers.md

29 lines
704 B
Markdown
Raw Normal View History

---
title: messages_featuredStickers
description: messages_featuredStickers attributes, type and example
---
## Constructor: messages\_featuredStickers
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|hash|[int](../types/int.md) | Required|
|sets|Array of [StickerSetCovered](../types/StickerSetCovered.md) | Required|
|unread|Array of [long](../types/long.md) | Required|
### Type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
### Example:
```
$messages_featuredStickers = ['_' => 'messages_featuredStickers', 'hash' => int, 'sets' => [Vector t], 'unread' => [Vector t], ];
```