trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.model.events
/
Event
/
UnknownEvent
Unknown
Event
data
class
UnknownEvent
(
val
content
:
EmptyEventContent
,
val
type
:
String
,
val
raw
:
JsonObject
)
:
Event
<
EmptyEventContent
>
Members
Constructors
Unknown
Event
Link copied to clipboard
constructor
(
content
:
EmptyEventContent
,
type
:
String
,
raw
:
JsonObject
)
Properties
content
Link copied to clipboard
open
override
val
content
:
EmptyEventContent
raw
Link copied to clipboard
val
raw
:
JsonObject
type
Link copied to clipboard
val
type
:
String