philia
Preparing search index...
protocol/type/event
UserRequest
Interface UserRequest
加好友请求
interface
UserRequest
{
group
?:
Group
;
id
:
string
;
raw
?:
any
;
reason
?:
string
;
scene
:
"user_add"
;
state
:
"pending"
|
"rejected"
|
"accepted"
|
"ignored"
;
time
:
number
;
type
:
"request"
;
user
:
User
;
}
Hierarchy (
View Summary
)
ARequest
UserRequest
Index
Properties
group?
id
raw?
reason?
scene
state
time
type
user
Properties
Optional
group
group
?:
Group
发起事件群
id
id
:
string
事件ID
Optional
raw
raw
?:
any
平台原始字段
Optional
reason
reason
?:
string
请求理由
scene
scene
:
"user_add"
事件场景
state
state
:
"pending"
|
"rejected"
|
"accepted"
|
"ignored"
请求状态
time
time
:
number
事件时间,Unix时间戳(秒)
type
type
:
"request"
事件类型
user
user
:
User
发起事件用户
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
id
raw
reason
scene
state
time
type
user
philia
Loading...
加好友请求