Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomUserBatchInput
Interface ChatRoomUserBatchInput
批量用户操作的输入参数。
interface
ChatRoomUserBatchInput
{
userIds
:
readonly
string
[]
;
}
Index
Properties
user
Ids
Properties
Readonly
user
Ids
userIds
:
readonly
string
[]
用户 ID 列表。该参数必传,且至少包含一个有效的用户 ID。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Ids
IM SDK Web API 文档
Loading...
批量用户操作的输入参数。