trixnity-core
Toggle table of contents
4.16.3
common
Platform filter
common
Switch theme
Search in API
trixnity-core
trixnity-core
/
net.folivo.trixnity.core.model.events.m.call
/
CallEventContent
/
Reject
Reject
@
Serializable
data
class
Reject
(
val
version
:
String
=
"1"
,
val
callId
:
String
,
val
partyId
:
String
)
:
CallEventContent
Matrix call reject content
See also
matrix spec
Members
Constructors
Reject
Link copied to clipboard
constructor
(
version
:
String
=
"1"
,
callId
:
String
,
partyId
:
String
)
Properties
call
Id
Link copied to clipboard
@
SerialName
(
value
=
"call_id"
)
open
override
val
callId
:
String
external
Url
Link copied to clipboard
open
override
val
externalUrl
:
String
?
=
null
mentions
Link copied to clipboard
open
override
val
mentions
:
Mentions
?
=
null
party
Id
Link copied to clipboard
@
SerialName
(
value
=
"party_id"
)
open
override
val
partyId
:
String
relates
To
Link copied to clipboard
open
override
val
relatesTo
:
RelatesTo
?
=
null
version
Link copied to clipboard
@
EncodeDefault
@
Serializable
(
with
=
VersionSerializer::class
)
@
SerialName
(
value
=
"version"
)
open
override
val
version
:
String