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