Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
SetGroupMemberAttributesParams
Interface SetGroupMemberAttributesParams
设置群成员属性时的参数。
interface
SetGroupMemberAttributesParams
{
groupId
:
string
;
userId
:
string
;
memberAttributes
:
Readonly
<
Record
<
string
,
string
>
>
;
}
Hierarchy (
View Summary
)
GroupMutationTarget
SetGroupMemberAttributesParams
Index
Properties
group
Id
user
Id
member
Attributes
Properties
Readonly
group
Id
groupId
:
string
群组 ID。
Readonly
user
Id
userId
:
string
成员用户 ID。
Readonly
member
Attributes
memberAttributes
:
Readonly
<
Record
<
string
,
string
>
>
待设置的成员属性键值对。键和值均为字符串。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Id
user
Id
member
Attributes
IM SDK Web API 文档
Loading...
设置群成员属性时的参数。