StickerFormat

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

Inheritors

Types

Link copied to clipboard
@Serializable
object Animated : StickerFormat
Link copied to clipboard
object Serializer : KSerializer<StickerFormat>
Link copied to clipboard
@Serializable
object Static : StickerFormat
Link copied to clipboard
@Serializable
data class Unknown(val type: String = "custom_emoji") : StickerFormat
Link copied to clipboard
@Serializable
object Video : StickerFormat

Properties

Link copied to clipboard
abstract val type: String