toggle menu
onebot-v12-lib
jvm
switch theme
search in API
onebot-v12-lib
/
cn.qfys521.onebot.v12.lib.model
/
OneBotEvent
/
StatusUpdateMetaEvent
Status
Update
Meta
Event
@
Serializable
data
class
StatusUpdateMetaEvent
(
val
id
:
String
,
val
time
:
Long
,
val
self
:
BotSelf
,
val
status
:
StatusInfo
,
val
subType
:
String
=
""
,
val
type
:
String
=
"meta"
,
val
detailType
:
String
=
"status_update"
)
:
OneBotEvent
Members
Constructors
Status
Update
Meta
Event
Link copied to clipboard
constructor
(
id
:
String
,
time
:
Long
,
self
:
BotSelf
,
status
:
StatusInfo
,
subType
:
String
=
""
,
type
:
String
=
"meta"
,
detailType
:
String
=
"status_update"
)
Properties
detail
Type
Link copied to clipboard
@
SerialName
(
value
=
"detail_type"
)
open
override
val
detailType
:
String
id
Link copied to clipboard
open
override
val
id
:
String
self
Link copied to clipboard
open
override
val
self
:
BotSelf
status
Link copied to clipboard
val
status
:
StatusInfo
sub
Type
Link copied to clipboard
@
SerialName
(
value
=
"sub_type"
)
open
override
val
subType
:
String
time
Link copied to clipboard
open
override
val
time
:
Long
type
Link copied to clipboard
open
override
val
type
:
String