Raw

@Serializable
@SerialName(value = "RAW")
data class Raw(val event: JsonElement, val timestamp: Long? = null) : AguiEvent

Constructors

Link copied to clipboard
constructor(event: JsonElement, timestamp: Long? = null)

Properties

Link copied to clipboard
val event: JsonElement
Link copied to clipboard
open override val timestamp: Long?