Edit

data class Edit(val rumor: NostrRumor, val originalEventId: NostrEventId, val participants: List<NostrPublicKey>, val content: String, val emojiTags: List<List<String>>, val compatibilityTags: List<List<String>>)

Typed text-and-emoji edit.

Constructors

Link copied to clipboard
constructor(rumor: NostrRumor, originalEventId: NostrEventId, participants: List<NostrPublicKey>, content: String, emojiTags: List<List<String>>, compatibilityTags: List<List<String>>)

Properties

Link copied to clipboard

Released-client compatibility tags retained by the reader.

Link copied to clipboard

Replacement message body.

Link copied to clipboard

Replacement custom-emoji tags.

Link copied to clipboard

Message being replaced.

Link copied to clipboard

Canonical conversation participants.

Link copied to clipboard

Exact validated rumor.