Unknown

@Serializable
data class Unknown(val type: ReactionType.Unknown.Custom, val raw: JsonElement? = null) : ReactionType

Constructors

Link copied to clipboard
constructor(type: ReactionType.Unknown.Custom, raw: JsonElement? = null)

Types

Link copied to clipboard
@Serializable
value class Custom(val name: String) : ReactionType.Type

Properties

Link copied to clipboard
@SerialName(value = "raw")
val raw: JsonElement? = null
Link copied to clipboard
@SerialName(value = "type")
open override val type: ReactionType.Unknown.Custom