toggle menu
onebot-v12-lib
jvm
switch theme
search in API
onebot-v12-lib
/
cn.qfys521.onebot.v12.lib.model
/
StatusInfo
Status
Info
@
Serializable
data
class
StatusInfo
(
val
good
:
Boolean
,
val
bots
:
List
<
BotStatus
>
)
Aggregate runtime status reported by meta events.
Members
Constructors
Status
Info
Link copied to clipboard
constructor
(
good
:
Boolean
,
bots
:
List
<
BotStatus
>
)
Properties
bots
Link copied to clipboard
val
bots
:
List
<
BotStatus
>
good
Link copied to clipboard
val
good
:
Boolean