SubscribeModEventsEventConvoFirstMessage

data class SubscribeModEventsEventConvoFirstMessage(val convoId: String, val createdAt: Timestamp, val messageId: String? = null, val recipients: List<Did>, val rev: String, val user: Did)

Fired when the first message was sent on a convo.

Parameters

recipients

The list of DIDs message recipients. Does not include the sender, which is in the user field

user

The DID of the message author.

Constructors

Link copied to clipboard
constructor(convoId: String, createdAt: Timestamp, messageId: String? = null, recipients: List<Did>, rev: String, user: Did)

Properties

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

The list of DIDs message recipients. Does not include the sender, which is in the user field

Link copied to clipboard
val rev: String
Link copied to clipboard
val user: Did

The DID of the message author.