toggle menu
onebot-v11-lib
jvm
switch theme
search in API
onebot-v11-lib
/
cn.qfys521.onebot.v11.lib.model
/
OneBotV11Event
/
UnknownEvent
Unknown
Event
@
Serializable
data
class
UnknownEvent
(
val
time
:
Long
,
val
selfId
:
Long
,
val
postType
:
String
,
val
messageType
:
String
?
=
null
,
val
noticeType
:
String
?
=
null
,
val
requestType
:
String
?
=
null
,
val
metaEventType
:
String
?
=
null
)
:
OneBotV11Event
Members
Constructors
Unknown
Event
Link copied to clipboard
constructor
(
time
:
Long
,
selfId
:
Long
,
postType
:
String
,
messageType
:
String
?
=
null
,
noticeType
:
String
?
=
null
,
requestType
:
String
?
=
null
,
metaEventType
:
String
?
=
null
)
Properties
message
Type
Link copied to clipboard
@
SerialName
(
value
=
"message_type"
)
val
messageType
:
String
?
=
null
meta
Event
Type
Link copied to clipboard
@
SerialName
(
value
=
"meta_event_type"
)
val
metaEventType
:
String
?
=
null
notice
Type
Link copied to clipboard
@
SerialName
(
value
=
"notice_type"
)
val
noticeType
:
String
?
=
null
post
Type
Link copied to clipboard
open
override
val
postType
:
String
request
Type
Link copied to clipboard
@
SerialName
(
value
=
"request_type"
)
val
requestType
:
String
?
=
null
self
Id
Link copied to clipboard
@
SerialName
(
value
=
"self_id"
)
open
override
val
selfId
:
Long
time
Link copied to clipboard
open
override
val
time
:
Long