philia
Preparing search index...
protocol/type/event
BotOffline
Interface BotOffline
机器人下线通知
interface
BotOffline
{
group
?:
Group
;
id
:
string
;
raw
?:
any
;
reason
:
string
;
scene
:
"bot_offline"
;
time
:
number
;
type
:
"notice"
;
user
:
User
;
}
Hierarchy (
View Summary
)
AUserNotice
BotOffline
Index
Properties
group?
id
raw?
reason
scene
time
type
user
Properties
Optional
group
group
?:
Group
发起事件群
id
id
:
string
事件ID
Optional
raw
raw
?:
any
平台原始字段
reason
reason
:
string
下线原因
scene
scene
:
"bot_offline"
事件场景
time
time
:
number
事件时间,Unix时间戳(秒)
type
type
:
"notice"
事件类型
user
user
:
User
发起事件用户
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
id
raw
reason
scene
time
type
user
philia
Loading...
机器人下线通知