philia
Preparing search index...
protocol/milky/type/event
BotOffline
Interface BotOffline
机器人下线事件
interface
BotOffline
{
data
:
{
reason
:
string
}
;
event_type
:
"bot_offline"
;
self_id
:
number
;
time
:
number
;
}
Hierarchy (
View Summary
)
AEvent
BotOffline
Index
Properties
data
event_
type
self_
id
time
Properties
data
data
:
{
reason
:
string
}
结构体
Type declaration
reason
:
string
下线原因
event_
type
event_type
:
"bot_offline"
类型标识符
self_
id
self_id
:
number
机器人QQ号
time
time
:
number
事件Unix时间戳(秒)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
event_
type
self_
id
time
philia
Loading...
机器人下线事件