data class StickerSet
(source)
(common)
<init> |
StickerSet(name: String, title: String, stickers: List<Sticker>, isAnimated: Boolean = false, containsMasks: Boolean = false, thumb: PhotoSize? = null) |
(common)
containsMasks |
val containsMasks: Boolean |
(common)
isAnimated |
val isAnimated: Boolean |
(common)
name |
val name: String |
(common)
stickers |
val stickers: List<Sticker> |
(common)
thumb |
val thumb: PhotoSize? |
(common)
title |
val title: String |