GetListMutesResponse

data class GetListMutesResponse(val cursor: String? = null, val lists: ReadOnlyList<ListView>)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, lists: ReadOnlyList<ListView>)

Properties

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