QueryThreadsRequest
data class QueryThreadsRequest @JvmOverloads constructor(val watch: Boolean = true, val replyLimit: Int = 2, val participantLimit: Int = 100, val memberLimit: Int = 100, val limit: Int = 10, val next: String? = null)
Query threads request.