Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomMemberListResult
Interface ChatRoomMemberListResult
聊天室成员列表的返回结果。
interface
ChatRoomMemberListResult
{
items
:
readonly
ChatRoomMemberEntry
[]
;
cursor
?:
string
;
hasMore
?:
boolean
;
}
Index
Properties
items
cursor?
has
More?
Properties
Readonly
items
items
:
readonly
ChatRoomMemberEntry
[]
成员条目列表。
Optional
Readonly
cursor
cursor
?:
string
下一页游标。若为空,表示服务端未返回游标。
Optional
Readonly
has
More
hasMore
?:
boolean
是否还有下一页数据。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
cursor
has
More
IM SDK Web API 文档
Loading...
聊天室成员列表的返回结果。