SystemMessageView

data class SystemMessageView(val id: String, val rev: String, val sentAt: Timestamp, val data: SystemMessageViewDataUnion)

NOTE: This is under active development and should be considered unstable while this note is here.

Constructors

Link copied to clipboard
constructor(id: String, rev: String, sentAt: Timestamp, data: SystemMessageViewDataUnion)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val rev: String
Link copied to clipboard