toggle menu
trixnity-core
4.3.0
common
switch theme
search in API
trixnity-core
/
net.folivo.trixnity.core.model.events.m.key.verification
/
VerificationDoneEventContent
Verification
Done
Event
Content
@
Serializable
data
class
VerificationDoneEventContent
(
val
relatesTo
:
RelatesTo.Reference
?
,
val
transactionId
:
String
?
)
:
VerificationStep
See also
matrix spec
Members
Constructors
Verification
Done
Event
Content
Link copied to clipboard
constructor
(
relatesTo
:
RelatesTo.Reference
?
,
transactionId
:
String
?
)
Properties
external
Url
Link copied to clipboard
open
override
val
externalUrl
:
String
?
=
null
mentions
Link copied to clipboard
open
override
val
mentions
:
Mentions
?
=
null
relates
To
Link copied to clipboard
@
SerialName
(
value
=
"m.relates_to"
)
open
override
val
relatesTo
:
RelatesTo.Reference
?
transaction
Id
Link copied to clipboard
@
SerialName
(
value
=
"transaction_id"
)
open
override
val
transactionId
:
String
?