AcceptConvoResponse

data class AcceptConvoResponse(val rev: String? = null)

Parameters

rev

Rev when the convo was accepted. If not present, the convo was already accepted.

Constructors

Link copied to clipboard
constructor(rev: String? = null)

Properties

Link copied to clipboard
val rev: String? = null

Rev when the convo was accepted. If not present, the convo was already accepted.