LogBeginConvo

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

Event indicating a convo containing the viewer was started. Can be direct or group. When a member is added to a group convo, they also get this event.

Constructors

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

Properties

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