philia
Preparing search index...
protocol/type/event
GroupMessageRecall
Interface GroupMessageRecall
撤回消息通知
interface
GroupMessageRecall
{
group
:
Group
;
id
:
string
;
message_id
:
string
;
raw
?:
any
;
scene
:
"group_message_recall"
;
target
?:
User
;
time
:
number
;
type
:
"notice"
;
user
:
GroupMember
;
}
Hierarchy (
View Summary
)
AGroupNotice
GroupMessageRecall
Index
Properties
group
id
message_
id
raw?
scene
target?
time
type
user
Properties
group
group
:
Group
发起事件群
id
id
:
string
事件ID
message_
id
message_id
:
string
撤回消息ID
Optional
raw
raw
?:
any
平台原始字段
scene
scene
:
"group_message_recall"
事件场景
Optional
target
target
?:
User
被撤回的用户,若无则撤回自己
time
time
:
number
事件时间,Unix时间戳(秒)
type
type
:
"notice"
事件类型
user
user
:
GroupMember
发起事件群成员
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
id
message_
id
raw
scene
target
time
type
user
philia
Loading...
撤回消息通知