RedactionEventContent

@Serializable
data class RedactionEventContent(val redacts: EventId, val reason: String? = null) : MessageEventContent

See also

Constructors

Link copied to clipboard
constructor(redacts: EventId, reason: String? = null)

Properties

Link copied to clipboard
open override val mentions: Mentions? = null
Link copied to clipboard
val reason: String? = null
Link copied to clipboard
Link copied to clipboard
open override val relatesTo: RelatesTo? = null