philia
Preparing search index...
protocol/onebot/v11/type/event
HeartbeatMeta
Interface HeartbeatMeta
interface
HeartbeatMeta
{
interval
:
number
;
meta_event_type
:
"heartbeat"
;
post_type
:
"meta_event"
;
self_id
:
number
;
status
:
{
good
:
boolean
;
online
:
boolean
;
[
key
:
string
]:
unknown
}
;
time
:
number
;
}
Hierarchy (
View Summary
)
AMeta
HeartbeatMeta
Index
Properties
interval
meta_
event_
type
post_
type
self_
id
status
time
Properties
interval
interval
:
number
meta_
event_
type
meta_event_type
:
"heartbeat"
post_
type
post_type
:
"meta_event"
表示该上报的类型, 消息, 消息发送, 请求, 通知, 或元事件
self_
id
self_id
:
number
收到事件的机器人的 QQ 号
status
status
:
{
good
:
boolean
;
online
:
boolean
;
[
key
:
string
]:
unknown
}
time
time
:
number
事件发生的unix时间戳
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
interval
meta_
event_
type
post_
type
self_
id
status
time
philia
Loading...
表示该上报的类型, 消息, 消息发送, 请求, 通知, 或元事件