LogLockConvoPermanently
data class LogLockConvoPermanently(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 group convo was locked permanently.
Parameters
message
A system message with data of type #systemMessageDataLockConvoPermanently
relatedProfiles
Profiles referred in the system message.
Constructors
Link copied to clipboard
constructor(rev: String, convoId: String, message: SystemMessageView, relatedProfiles: List<ProfileViewBasic>)