MadelineProto/docs/API_docs/constructors/messages_featuredStickers.md

20 lines
549 B
Markdown
Raw Normal View History

## Constructor: messages\_featuredStickers
### 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|
2016-12-19 18:56:05 +01:00
### Type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$messages_featuredStickers = ['_' => messages_featuredStickers', 'hash' => int, 'sets' => [Vector t], 'unread' => [Vector t], ];
```