StickerSet

@Serializable
data class StickerSet(val name: String, val title: String, val stickerType: StickerType, val stickers: List<Sticker>, val thumbnail: PhotoSize? = null)

This object represents a sticker set.

Api reference

Constructors

Link copied to clipboard
constructor(name: String, title: String, stickerType: StickerType, stickers: List<Sticker>, thumbnail: PhotoSize? = null)

Properties

Link copied to clipboard

Sticker set name

Link copied to clipboard

List of all set stickers

Link copied to clipboard

Type of stickers in the set, currently one of "regular", "mask", "custom_emoji"

Link copied to clipboard
val thumbnail: PhotoSize? = null

Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format

Link copied to clipboard

Sticker set title