RegularAnimatedStickerSet

@Serializable
data class RegularAnimatedStickerSet(val name: String, val title: String, val stickers: List<RegularAnimatedSticker>, val thumbnail: PhotoSize? = null) : RegularStickerSet, AnimatedStickerSet

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
open val isVideo: Boolean
Link copied to clipboard
@SerialName(value = "name")
open override val name: String
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "stickers")
open override val stickers: List<RegularAnimatedSticker>
Link copied to clipboard
@SerialName(value = "sticker_type")
@EncodeDefault
open override val stickerType: StickerType
Link copied to clipboard
@SerialName(value = "thumbnail")
open override val thumbnail: PhotoSize? = null
Link copied to clipboard
@SerialName(value = "title")
open override val title: String