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