Custom

@Serializable
@SerialName(value = "CUSTOM")
data class Custom(val name: String, val value: JsonElement, val timestamp: Long? = null) : AguiEvent

Constructors

Link copied to clipboard
constructor(name: String, value: JsonElement, timestamp: Long? = null)

Properties

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