Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomListResult
Interface ChatRoomListResult
聊天室分页列表的返回结果。
interface
ChatRoomListResult
{
items
:
readonly
ChatRoomSummary
[]
;
pageNum
?:
number
;
pageSize
?:
number
;
total
?:
number
;
hasMore
?:
boolean
;
}
Index
Properties
items
page
Num?
page
Size?
total?
has
More?
Properties
Readonly
items
items
:
readonly
ChatRoomSummary
[]
当前页的聊天室摘要列表。
Optional
Readonly
page
Num
pageNum
?:
number
当前页码,从 1 开始;具体值以服务端返回为准。
Optional
Readonly
page
Size
pageSize
?:
number
当前页大小。
Optional
Readonly
total
total
?:
number
服务端返回的总数量。
Optional
Readonly
has
More
hasMore
?:
boolean
是否还有下一页数据。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
page
Num
page
Size
total
has
More
IM SDK Web API 文档
Loading...
聊天室分页列表的返回结果。