Preparing search index...
The search index is not available
mirai-ts
mirai-ts
EventType
GroupRecallEvent
Interface GroupRecallEvent
群消息撤回
interface
GroupRecallEvent
{
authorId
:
number
;
group
:
Group
;
messageId
:
number
;
operator
:
null
|
Member
;
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
;
time
:
number
;
type
:
"GroupRecallEvent"
;
}
Hierarchy (
view full
)
BaseEvent
GroupRecallEvent
Index
Properties
author
Id
group
message
Id
operator
reply?
time
type
Properties
author
Id
author
Id
:
number
group
group
:
Group
message
Id
message
Id
:
number
operator
operator
:
null
|
Member
Optional
reply
reply
?:
(
(
msgChain
:
string
|
MessageChain
,
quote
?:
boolean
)
=>
Promise
<
void
>
)
reply 辅助函数
time
time
:
number
type
type
:
"GroupRecallEvent"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
Id
group
message
Id
operator
reply
time
type
mirai-ts
Loading...
群消息撤回