RedactionEventContent

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

See also

Constructors

Link copied to clipboard
fun RedactionEventContent(reason: String? = null, redacts: EventId, relatesTo: RelatesTo? = null)

Properties

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