LogBeginConvo

data class LogBeginConvo(val rev: String, val convoId: 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(rev: String, convoId: String)

Properties

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