philia
Preparing search index...
protocol/type/event
GroupRequest
Interface GroupRequest
入群申请、邀请加群
interface
GroupRequest
{
group
:
Group
;
id
:
string
;
raw
?:
any
;
reason
?:
string
;
scene
:
"group_add"
|
"group_invite"
;
state
:
"pending"
|
"rejected"
|
"accepted"
|
"ignored"
;
target
?:
User
;
time
:
number
;
type
:
"request"
;
user
:
User
;
}
Hierarchy (
View Summary
)
ARequest
GroupRequest
Index
Properties
group
id
raw?
reason?
scene
state
target?
time
type
user
Properties
group
group
:
Group
发起事件群
id
id
:
string
事件ID
Optional
raw
raw
?:
any
平台原始字段
Optional
reason
reason
?:
string
请求理由
scene
scene
:
"group_add"
|
"group_invite"
事件场景
state
state
:
"pending"
|
"rejected"
|
"accepted"
|
"ignored"
请求状态
Optional
target
target
?:
User
被邀请用户,若无则自己申请
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
target
time
type
user
philia
Loading...
入群申请、邀请加群