LogLeaveConvo

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

Event indicating the viewer left a convo. Can be direct or group.

Constructors

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

Properties

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