LogAcceptConvo

data class LogAcceptConvo(val rev: String, val convoId: String)

Event indicating the viewer accepted a convo, and it can be moved out of the request inbox. Can be direct or group.

Constructors

Link copied to clipboard
constructor(rev: String, convoId: String)

Properties

Link copied to clipboard
Link copied to clipboard
val rev: String