Deletion

data class Deletion(val rumor: NostrRumor, val eventIds: List<NostrEventId>, val reason: String)

Typed authorized deletion request.

Constructors

Link copied to clipboard
constructor(rumor: NostrRumor, eventIds: List<NostrEventId>, reason: String)

Properties

Link copied to clipboard

Events the author requests to delete.

Link copied to clipboard

Optional human-readable reason.

Link copied to clipboard

Exact validated rumor.