UnknownStickerSet

data class UnknownStickerSet(val name: StickerSetName, val title: String, val stickers: List<Sticker>, val stickerType: StickerType, val thumbnail: PhotoSize? = null, val raw: <Error class: unknown class>) : StickerSet

Constructors

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

Properties

Link copied to clipboard
open override val name: StickerSetName
Link copied to clipboard
val raw: <Error class: unknown class>
Link copied to clipboard
open override val stickers: List<Sticker>
Link copied to clipboard
open override val stickerType: StickerType
Link copied to clipboard
open override val thumbnail: PhotoSize? = null
Link copied to clipboard
open override val title: String