Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-manager
MessageHistoryPage
Interface MessageHistoryPage
历史消息分页结果。
interface
MessageHistoryPage
{
items
:
readonly
Message
[]
;
cursor
:
string
;
hasMore
:
boolean
;
}
Index
Properties
items
cursor
has
More
Properties
items
items
:
readonly
Message
[]
当前页的消息列表。
cursor
cursor
:
string
下一页游标。为空时表示没有后续数据。
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...
历史消息分页结果。