ListConvosResponse

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

Constructors

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

Properties

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