QueryThreadsRequest
data class QueryThreadsRequest @JvmOverloads constructor(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.