philia
Preparing search index...
protocol/oicq/event/types
GroupRequestEvent
Interface GroupRequestEvent
群申请
interface
GroupRequestEvent
{
comment
:
string
;
flag
:
string
;
group_id
:
string
;
group_name
:
string
;
inviter_id
?:
number
;
nickname
:
string
;
post_type
:
"request"
;
request_type
:
"group"
;
seq
:
number
;
sub_type
:
"add"
;
time
:
number
;
tips
:
string
;
user_id
:
string
;
approve
(
yes
?:
boolean
)
:
Promise
<
boolean
>
;
}
Hierarchy (
View Summary
)
RequestEvent
GroupRequestEvent
Index
Properties
comment
flag
group_
id
group_
name
inviter_
id?
nickname
post_
type
request_
type
seq
sub_
type
time
tips
user_
id
Methods
approve
Properties
comment
comment
:
string
群简介
flag
flag
:
string
Cqhttp
方法用
group_
id
group_id
:
string
群号
group_
name
group_name
:
string
群名
Optional
inviter_
id
inviter_id
?:
number
如果被邀请进群,则显示邀请者账号
nickname
nickname
:
string
昵称
post_
type
post_type
:
"request"
request_
type
request_type
:
"group"
seq
seq
:
number
sub_
type
sub_type
:
"add"
time
time
:
number
tips
tips
:
string
申请提示
Todo
不确定的注释
user_
id
user_id
:
string
账号
Methods
approve
approve
(
yes
?:
boolean
)
:
Promise
<
boolean
>
快速操作方法
Parameters
Optional
yes
:
boolean
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
flag
group_
id
group_
name
inviter_
id
nickname
post_
type
request_
type
seq
sub_
type
time
tips
user_
id
Methods
approve
philia
Loading...
群申请