philia
Preparing search index...
protocol/oicq/event/types
GroupInviteEvent
Interface GroupInviteEvent
群邀请
interface
GroupInviteEvent
{
flag
:
string
;
group_id
:
string
;
group_name
:
string
;
nickname
:
string
;
post_type
:
"request"
;
request_type
:
"group"
;
role
:
GroupRole
;
seq
:
number
;
sub_type
:
"invite"
;
time
:
number
;
user_id
:
string
;
approve
(
yes
?:
boolean
)
:
Promise
<
boolean
>
;
}
Hierarchy (
View Summary
)
RequestEvent
GroupInviteEvent
Index
Properties
flag
group_
id
group_
name
nickname
post_
type
request_
type
role
seq
sub_
type
time
user_
id
Methods
approve
Properties
flag
flag
:
string
Cqhttp
方法用
group_
id
group_id
:
string
群号
group_
name
group_name
:
string
群名
nickname
nickname
:
string
昵称
post_
type
post_type
:
"request"
request_
type
request_type
:
"group"
role
role
:
GroupRole
邀请者在群里的权限
Todo
不确定的注释
seq
seq
:
number
sub_
type
sub_type
:
"invite"
time
time
:
number
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
flag
group_
id
group_
name
nickname
post_
type
request_
type
role
seq
sub_
type
time
user_
id
Methods
approve
philia
Loading...
群邀请