UnknownEvent
class UnknownEvent(val name: String?, val data: JsonElement?, val kord: Kord, val shard: Int, val customContext: Any?) : Event(source)
Representation of an event that has not been documented / added to Kord yet.
Properties
Link copied to clipboard
A custom object that can be inserted when creating events. By default, this is just null
.
Link copied to clipboard
the raw json body of this event if provided