Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/user-info
FetchUserInfoByAttributeParams
Interface FetchUserInfoByAttributeParams
按用户 ID 与属性集查询资料的参数。
interface
FetchUserInfoByAttributeParams
{
userIds
:
readonly
string
[]
;
attributes
:
readonly
UserInfoAttribute
[]
;
}
Index
Properties
user
Ids
attributes
Properties
Readonly
user
Ids
userIds
:
readonly
string
[]
目标用户 ID 列表。
Readonly
attributes
attributes
:
readonly
UserInfoAttribute
[]
需要查询的资料属性。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Ids
attributes
IM SDK Web API 文档
Loading...
按用户 ID 与属性集查询资料的参数。