Preparing search index...
The search index is not available
mirai-ts
mirai-ts
EventType
BotOfflineEventActive
Interface BotOfflineEventActive
Bot 主动离线
interface
BotOfflineEventActive
{
qq
:
number
;
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
;
type
:
"BotOfflineEventActive"
;
}
Hierarchy (
view full
)
BaseEvent
BotOfflineEventActive
Index
Properties
qq
reply?
type
Properties
qq
qq
:
number
Optional
reply
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
reply 辅助函数
type
type
:
"BotOfflineEventActive"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
qq
reply
type
mirai-ts
Loading...
Bot 主动离线