LogCreateJoinLink

data class LogCreateJoinLink(val rev: String, val convoId: String, val message: SystemMessageView)

NOTE: This is under active development and should be considered unstable while this note is here. Event indicating a join link was created for a group convo.

Parameters

message

A system message with data of type #systemMessageDataCreateJoinLink

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

A system message with data of type #systemMessageDataCreateJoinLink

Link copied to clipboard
val rev: String