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>>)