Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
GroupGetMembersAttributesInput
Interface GroupGetMembersAttributesInput
查询群成员属性时的输入参数。
interface
GroupGetMembersAttributesInput
{
userIds
:
readonly
string
[]
;
keys
?:
readonly
string
[]
;
}
Index
Properties
user
Ids
keys?
Properties
Readonly
user
Ids
userIds
:
readonly
string
[]
待查询的成员用户 ID 列表。
Optional
Readonly
keys
keys
?:
readonly
string
[]
待查询的属性 key 列表。不传时返回全部属性。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Ids
keys
IM SDK Web API 文档
Loading...
查询群成员属性时的输入参数。