Reply

data class Reply(val eventId: NostrEventId, val relayHint: String = "") : ChatRelation

Direct reply to another event.

Constructors

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

Properties

Link copied to clipboard

Replied-to event.

Link copied to clipboard

Optional relay that can resolve the event.