MadelineProto/docs/API_docs/constructors/messages_featuredStickers.md

27 lines
698 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: messages_featuredStickers
2016-12-20 13:32:11 +01:00
description: messages_featuredStickers attributes, type and example
2016-12-20 13:15:22 +01:00
---
## Constructor: messages\_featuredStickers
2016-12-20 13:15:22 +01:00
[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|
2016-12-19 18:56:05 +01:00
### Type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md)
### Example:
```
$messages_featuredStickers = ['_' => messages_featuredStickers, 'hash' => int, 'sets' => [Vector t], 'unread' => [Vector t], ];
```