QueryThreadsRequest
data class QueryThreadsRequest @JvmOverloads constructor(val filter: FilterObject? = null, val sort: QuerySorter<Thread> = DefaultSort, val watch: Boolean = true, val limit: Int = 10, val memberLimit: Int = 100, val next: String? = null, val participantLimit: Int = 100, val prev: String? = null, val replyLimit: Int = 2, val user: User? = null, val userId: String? = null)
Query threads request.
Constructors
Link copied to clipboard
Properties
Link copied to clipboard
The filter object for the query. Supported fields:
Link copied to clipboard
The number of members to request per thread. Defaults to 100.
Link copied to clipboard
The number of thread participants to request per thread. Defaults to 100.
Link copied to clipboard
The number of latest replies to fetch per thread. Defaults to 2.
Link copied to clipboard
The sort object for the query. Supported fields: