trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m.room
/
RedactionEventContent
Redaction
Event
Content
@
Serializable
data
class
RedactionEventContent
(
val
redacts
:
EventId
,
val
reason
:
String
?
=
null
)
:
MessageEventContent
See also
matrix spec
Members
Constructors
Redaction
Event
Content
Link copied to clipboard
constructor
(
redacts
:
EventId
,
reason
:
String
?
=
null
)
Properties
mentions
Link copied to clipboard
open
override
val
mentions
:
Mentions
?
=
null
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