Preparing search index...
The search index is not available
mirai-ts
mirai-ts
EventType
BotLeaveEventKick
Interface BotLeaveEventKick
Bot被踢出一个群
interface
BotLeaveEventKick
{
group
:
Group
;
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
;
type
:
"BotLeaveEventKick"
;
}
Hierarchy (
view full
)
BaseEvent
BotLeaveEventKick
Index
Properties
group
reply?
type
Properties
group
group
:
Group
Optional
reply
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
reply 辅助函数
type
type
:
"BotLeaveEventKick"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
reply
type
mirai-ts
Loading...
Bot被踢出一个群