messages.featuredStickers
Featured stickersets
type tg.MessagesFeaturedStickers struct { /* ... */ }
Implements messages.FeaturedStickers.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Premium | bool | — | Whether this is a premium stickerset |
Hash | int64 | yes | Hash used for caching, for more info click here |
Count | int | yes | Total number of featured stickers |
Sets | []StickerSetCoveredClass | yes | Featured stickersets |
Unread | []int64 | yes | IDs of new featured stickersets |
References
- Official documentation
- Generated Go reference
- TL definition:
messages.featuredStickers#be382906