LogMuteConvo

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

Event indicating the viewer muted 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