Chat Relation
Types
Link copied to clipboard
data class Forward(val eventId: NostrEventId, val originalAuthor: NostrPublicKey, val relayHint: String = "") : ChatRelation
Forward of an event with its original author retained.
Link copied to clipboard
Message without a reply or forward relation.
Link copied to clipboard
Direct reply to another event.