Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chat-thread
ChatThreadListResult
Interface ChatThreadListResult
话题列表的分页返回结果。
interface
ChatThreadListResult
{
items
:
readonly
ChatThreadSummary
[]
;
cursor
:
string
;
}
Index
Properties
items
cursor
Properties
Readonly
items
items
:
readonly
ChatThreadSummary
[]
当前页话题列表。
Readonly
cursor
cursor
:
string
下一页的分页游标。如果当前页为最后一页,返回结果中的
cursor
为空字符串。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
cursor
IM SDK Web API 文档
Loading...
话题列表的分页返回结果。