trixnity-core
3.0.0-beta1
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
RedactionEventContent
Redaction
Event
Content
@
Serializable
data
class
RedactionEventContent
(
val
reason
:
String
?
=
null
,
val
redacts
:
EventId
,
val
relatesTo
:
RelatesTo
?
=
null
)
:
MessageEventContent
Constructors
Properties
See also
See also
matrix spec
Constructors
Redaction
Event
Content
Link copied to clipboard
fun
RedactionEventContent
(
reason
:
String
?
=
null
,
redacts
:
EventId
,
relatesTo
:
RelatesTo
?
=
null
)
Properties
reason
Link copied to clipboard
val
reason
:
String
?
=
null
redacts
Link copied to clipboard
val
redacts
:
EventId
relates
To
Link copied to clipboard
open
override
val
relatesTo
:
RelatesTo
?
=
null