acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify
/
Bot
/
setGroupRequest
set
Group
Request
suspend
fun
setGroupRequest
(
groupUin
:
Long
,
sequence
:
Long
,
eventType
:
Int
,
accept
:
Boolean
,
isFiltered
:
Boolean
=
false
,
reason
:
String
=
""
)
(
source
)
处理群请求(同意/拒绝)
Parameters
group
Uin
群号
sequence
通知序列号
event
Type
事件类型(1=入群请求, 22=邀请他人入群)
accept
是否同意(true=同意, false=拒绝)
is
Filtered
是否是被过滤的请求
reason
拒绝理由(仅在拒绝时使用)