Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
GroupSetMemberAttributesInput
Interface GroupSetMemberAttributesInput
设置群成员属性时的输入参数。
interface
GroupSetMemberAttributesInput
{
userId
:
string
;
memberAttributes
:
Readonly
<
Record
<
string
,
string
>
>
;
}
Index
Properties
user
Id
member
Attributes
Properties
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
user
Id
member
Attributes
IM SDK Web API 文档
Loading...
设置群成员属性时的输入参数。