话题列表的分页返回结果。

interface ChatThreadListResult {
    items: readonly ChatThreadSummary[];
    cursor: string;
}

Properties

Properties

items: readonly ChatThreadSummary[]

当前页话题列表。

cursor: string

下一页的分页游标。如果当前页为最后一页,返回结果中的 cursor 为空字符串。