--- 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], ]; ```