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