LogMemberLeave
data class LogMemberLeave(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 voluntarily left a group convo. The member who was removed gets a logLeaveConvo (to leave the convo) but not a logMemberLeave (because they already left, so can't see the system message).
Parameters
message
A system message with data of type #systemMessageDataMemberLeave
relatedProfiles
Profiles referred in the system message.
Constructors
Link copied to clipboard
constructor(rev: String, convoId: String, message: SystemMessageView, relatedProfiles: List<ProfileViewBasic>)