Preparing search index...
The search index is not available
@icqqjs/icqq
@icqqjs/icqq
RequestEvent
Interface RequestEvent
所有申请共通属性
interface
RequestEvent
{
flag
:
string
;
nickname
:
string
;
post_type
:
"request"
;
seq
:
number
;
time
:
number
;
user_id
:
number
;
approve
(
yes
?:
boolean
)
:
Promise
<
boolean
>
;
}
Hierarchy (
view full
)
RequestEvent
FriendRequestEvent
GroupRequestEvent
GroupInviteEvent
Index
Properties
flag
nickname
post_
type
seq
time
user_
id
Methods
approve
Properties
flag
flag
:
string
Cqhttp
cqhttp方法用
nickname
nickname
:
string
昵称
post_
type
post_
type
seq
seq
:
number
time
time
:
number
user_
id
user_
id
:
number
账号
Methods
approve
approve
(
yes
?
)
:
Promise
<
boolean
>
快速操作方法
Parameters
Optional
yes
:
boolean
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flag
nickname
post_
type
seq
time
user_
id
Methods
approve
@icqqjs/icqq
Loading...
所有申请共通属性