LogEditGroup

data class LogEditGroup(val rev: String, val convoId: String, val message: SystemMessageView)

NOTE: This is under active development and should be considered unstable while this note is here. Event indicating info about group convo was edited.

Parameters

message

A system message with data of type #systemMessageDataEditGroup

Constructors

Link copied to clipboard
constructor(rev: String, convoId: String, message: SystemMessageView)

Properties

Link copied to clipboard
Link copied to clipboard

A system message with data of type #systemMessageDataEditGroup

Link copied to clipboard
val rev: String