philia
Preparing search index...
protocol/type/event
AGroupNotice
Interface AGroupNotice
群通知事件基类
interface
AGroupNotice
{
group
:
Group
;
id
:
string
;
raw
?:
any
;
scene
:
string
;
time
:
number
;
type
:
"notice"
;
user
:
GroupMember
;
}
Hierarchy (
View Summary
)
AGroupEvent
AGroupNotice
GroupInfo
GroupMemberInfo
GroupMessageRecall
GroupPoke
GroupFileUpload
GroupEssenceMessage
GroupMember
GroupMessageReaction
Index
Properties
group
id
raw?
scene
time
type
user
Properties
group
group
:
Group
发起事件群
id
id
:
string
事件ID
Optional
raw
raw
?:
any
平台原始字段
scene
scene
:
string
事件场景
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
raw
scene
time
type
user
philia
Loading...
群通知事件基类