philia
Preparing search index...
protocol/type/event
AUserNotice
Interface AUserNotice
通知事件基类
interface
AUserNotice
{
group
?:
Group
;
id
:
string
;
raw
?:
any
;
scene
:
string
;
time
:
number
;
type
:
"notice"
;
user
:
User
;
}
Hierarchy (
View Summary
)
AUserEvent
AUserNotice
UserInfo
BotOffline
UserMessageRecall
UserPoke
UserFileUpload
UserMessageReaction
Index
Properties
group?
id
raw?
scene
time
type
user
Properties
Optional
group
group
?:
Group
发起事件群
id
id
:
string
事件ID
Optional
raw
raw
?:
any
平台原始字段
scene
scene
:
string
事件场景
time
time
:
number
事件时间,Unix时间戳(秒)
type
type
:
"notice"
事件类型
user
user
:
User
发起事件用户
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
id
raw
scene
time
type
user
philia
Loading...
通知事件基类