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