Reaction
data class Reaction(val rumor: NostrRumor, val eventId: NostrEventId, val eventAuthors: List<NostrPublicKey>, val eventKind: NostrEventKind, val value: String, val customEmojiUrl: String?)
Typed reaction.
Constructors
Link copied to clipboard
constructor(rumor: NostrRumor, eventId: NostrEventId, eventAuthors: List<NostrPublicKey>, eventKind: NostrEventKind, value: String, customEmojiUrl: String?)