LogAddMember

data class LogAddMember(val rev: String, val convoId: String, val message: SystemMessageView, val relatedProfiles: List<ProfileViewBasic>)

NOTE: This is under active development and should be considered unstable while this note is here. Event indicating a member was added to a group convo. The member who was added gets a logBeginConvo (to create the convo) but also a logAddMember (to show the system message as the first message the user sees).

Parameters

message

A system message with data of type #systemMessageDataAddMember

relatedProfiles

Profiles referred in the system message.

Constructors

Link copied to clipboard
constructor(rev: String, convoId: String, message: SystemMessageView, relatedProfiles: List<ProfileViewBasic>)

Properties

Link copied to clipboard
Link copied to clipboard

A system message with data of type #systemMessageDataAddMember

Link copied to clipboard

Profiles referred in the system message.

Link copied to clipboard
val rev: String