Forward

data class Forward(val eventId: NostrEventId, val originalAuthor: NostrPublicKey, val relayHint: String = "") : ChatRelation

Forward of an event with its original author retained.

Constructors

Link copied to clipboard
constructor(eventId: NostrEventId, originalAuthor: NostrPublicKey, relayHint: String = "")

Properties

Link copied to clipboard

Forwarded event.

Link copied to clipboard

Original event author.

Link copied to clipboard

Optional relay that can resolve the event.