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