Preparing search index...
The search index is not available
mirai-ts
mirai-ts
EventType
BaseEvent
Interface BaseEvent
内部基类
interface
BaseEvent
{
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
;
type
:
string
;
}
Hierarchy (
view full
)
BaseEvent
BotOnlineEvent
BotOfflineEventActive
BotOfflineEventForce
BotOfflineEventDropped
BotReloginEvent
GroupRecallEvent
FriendRecallEvent
BotGroupPermissionChangeEvent
BotMuteEvent
BotUnmuteEvent
BotJoinGroupEvent
BotLeaveEventActive
BotLeaveEventKick
GroupNameChangeEvent
GroupEntranceAnnouncementChangeEvent
GroupMuteAllEvent
GroupAllowAnonymousChatEvent
GroupAllowConfessTalkEvent
GroupAllowMemberInviteEvent
MemberJoinEvent
MemberLeaveEventKick
MemberLeaveEventQuit
MemberCardChangeEvent
MemberSpecialTitleChangeEvent
MemberPermissionChangeEvent
MemberMuteEvent
MemberUnmuteEvent
NudgeEvent
CommandExecutedEvent
Index
Properties
reply?
type
Properties
Optional
reply
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
reply 辅助函数
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reply
type
mirai-ts
Loading...
内部基类