StickerType

@Serializable(with = StickerType.Serializer::class)
sealed interface StickerType

Inheritors

Types

Link copied to clipboard
@Serializable
object CustomEmoji : StickerType
Link copied to clipboard
@Serializable
object Mask : StickerType
Link copied to clipboard
@Serializable
object Regular : StickerType
Link copied to clipboard
object Serializer : KSerializer<StickerType>
Link copied to clipboard
@Serializable
data class Unknown(val type: String = "custom_emoji") : StickerType

Properties

Link copied to clipboard
abstract val type: String