LogLockConvo

data class LogLockConvo(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.

Parameters

message

A system message with data of type #systemMessageDataLockConvo

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 #systemMessageDataLockConvo

Link copied to clipboard

Profiles referred in the system message.

Link copied to clipboard
val rev: String