RegularStickerSet
data class RegularStickerSet(val name: StickerSetName, val title: String, val stickers: List<RegularSticker>, val thumbnail: PhotoSize? = null) : StickerSet
Constructors
Link copied to clipboard
constructor(name: StickerSetName, title: String, stickers: List<RegularSticker>, thumbnail: PhotoSize? = null)