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