LogCreateMessage

data class LogCreateMessage(val rev: String, val convoId: String, val message: LogCreateMessageMessageUnion, val relatedProfiles: List<ProfileViewBasic>? = null)

Event indicating a user-originated message was created. Is not emitted for system messages.

Parameters

relatedProfiles

Profiles referred to in the message view. This isn't required for compatibility, because it was added later, but should generally be present.

Constructors

Link copied to clipboard
constructor(rev: String, convoId: String, message: LogCreateMessageMessageUnion, relatedProfiles: List<ProfileViewBasic>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Profiles referred to in the message view. This isn't required for compatibility, because it was added later, but should generally be present.

Link copied to clipboard
val rev: String