ListConvosQueryParams

data class ListConvosQueryParams(val limit: Long? = 50, val cursor: String? = null, val readState: ListConvosReadState? = null, val status: ListConvosStatus? = null)

Constructors

Link copied to clipboard
constructor(limit: Long? = 50, cursor: String? = null, readState: ListConvosReadState? = null, status: ListConvosStatus? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = 50
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard