ListConvosResponse

data class ListConvosResponse(val convos: List<ConvoView>, val cursor: String? = null)

Constructors

Link copied to clipboard
constructor(convos: List<ConvoView>, cursor: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cursor: String? = null