Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomSharedFileListResult
Interface ChatRoomSharedFileListResult
聊天室共享文件列表的返回结果。
interface
ChatRoomSharedFileListResult
{
items
:
readonly
ChatRoomSharedFile
[]
;
pageNum
?:
number
;
pageSize
?:
number
;
cursor
?:
string
;
hasMore
?:
boolean
;
}
Index
Properties
items
page
Num?
page
Size?
cursor?
has
More?
Properties
Readonly
items
items
:
readonly
ChatRoomSharedFile
[]
当前页的共享文件列表。
Optional
Readonly
page
Num
pageNum
?:
number
当前页码。
Optional
Readonly
page
Size
pageSize
?:
number
当前页大小。
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
page
Num
page
Size
cursor
has
More
IM SDK Web API 文档
Loading...
聊天室共享文件列表的返回结果。