toggle menu
onebot-v11-lib
jvm
switch theme
search in API
onebot-v11-lib
/
cn.qfys521.onebot.v11.lib.model
/
OneBotV11Event
/
LifecycleMetaEvent
Lifecycle
Meta
Event
@
Serializable
data
class
LifecycleMetaEvent
(
val
time
:
Long
,
val
selfId
:
Long
,
val
subType
:
String
,
val
postType
:
String
=
"meta_event"
,
val
metaEventType
:
String
=
"lifecycle"
)
:
OneBotV11Event
Members
Constructors
Lifecycle
Meta
Event
Link copied to clipboard
constructor
(
time
:
Long
,
selfId
:
Long
,
subType
:
String
,
postType
:
String
=
"meta_event"
,
metaEventType
:
String
=
"lifecycle"
)
Properties
meta
Event
Type
Link copied to clipboard
@
SerialName
(
value
=
"meta_event_type"
)
val
metaEventType
:
String
post
Type
Link copied to clipboard
open
override
val
postType
:
String
self
Id
Link copied to clipboard
@
SerialName
(
value
=
"self_id"
)
open
override
val
selfId
:
Long
sub
Type
Link copied to clipboard
@
SerialName
(
value
=
"sub_type"
)
val
subType
:
String
time
Link copied to clipboard
open
override
val
time
:
Long