ThreadListResult

data class ThreadListResult(val threads: List<Thread>, val isFinish: Boolean) : Iterable<Thread> (source)

API GetThreadListApi 的响应体。

Constructors

Link copied to clipboard
constructor(threads: List<Thread>, isFinish: Boolean)

Properties

Link copied to clipboard

是否拉取完毕(0:否;1:是)

Link copied to clipboard

帖子列表对象(返回值里面的content字段,可参照RichText结构)

Inherited functions

Link copied to clipboard
open operator override fun iterator(): Iterator<Thread>