Link Search Menu Expand Document

Constructor: messages.featuredStickers

Back to constructors index

Featured stickersets

Attributes:

NameTypeRequiredDescription
premiumBoolOptionalWhether this is a premium stickerset
hashlongYesHash for pagination, for more info click here
countintYesTotal number of featured stickers
setsArray of StickerSetCoveredYesFeatured stickersets
unreadArray of longYesIDs of new featured stickersets

Type: messages.FeaturedStickers

Example:

$messages_featuredStickers = ['_' => 'messages.featuredStickers', 'premium' => Bool, 'hash' => long, 'count' => int, 'sets' => [StickerSetCovered, StickerSetCovered], 'unread' => [long, long]];