Preparing search index...
The search index is not available
mirai-ts
mirai-ts
EventType
BotOfflineEventDropped
Interface BotOfflineEventDropped
Bot被服务器断开或因网络问题而掉线
interface
BotOfflineEventDropped
{
qq
:
number
;
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
;
type
:
"BotOfflineEventDropped"
;
}
Hierarchy (
view full
)
BaseEvent
BotOfflineEventDropped
Index
Properties
qq
reply?
type
Properties
qq
qq
:
number
Optional
reply
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
reply 辅助函数
type
type
:
"BotOfflineEventDropped"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
qq
reply
type
mirai-ts
Loading...
Bot被服务器断开或因网络问题而掉线