LogMemberJoin
data class LogMemberJoin(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 joined a group convo via join link. The member who was added gets a logBeginConvo (to create the convo) but also a logMemberJoin (to show the system message as the first message the user sees).
Parameters
message
A system message with data of type #systemMessageDataMemberJoin
relatedProfiles
Profiles referred in the system message.
Constructors
Link copied to clipboard
constructor(rev: String, convoId: String, message: SystemMessageView, relatedProfiles: List<ProfileViewBasic>)