Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
RejectGroupJoinRequestParams
Interface RejectGroupJoinRequestParams
拒绝入群申请时的参数。
interface
RejectGroupJoinRequestParams
{
groupId
:
string
;
userId
:
string
;
reason
:
string
;
}
Hierarchy (
View Summary
)
GroupMutationTarget
RejectGroupJoinRequestParams
Index
Properties
group
Id
user
Id
reason
Properties
Readonly
group
Id
groupId
:
string
群组 ID。
Readonly
user
Id
userId
:
string
申请加入群组的用户 ID。
Readonly
reason
reason
:
string
拒绝入群申请的原因。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Id
user
Id
reason
IM SDK Web API 文档
Loading...
拒绝入群申请时的参数。