toggle menu
trixnity-clientserverapi-model
4.0.0-RC1
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
JoinRoom
/
Request
Request
@
Serializable
data
class
Request
(
val
reason
:
String
?
,
val
thirdPartySigned
:
Signed
<
JoinRoom.Request.ThirdParty
,
String
>
?
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
reason
:
String
?
,
thirdPartySigned
:
Signed
<
JoinRoom.Request.ThirdParty
,
String
>
?
)
Types
Third
Party
Link copied to clipboard
@
Serializable
data
class
ThirdParty
(
val
sender
:
UserId
,
val
mxid
:
UserId
,
val
token
:
String
)
Properties
reason
Link copied to clipboard
@
SerialName
(
value
=
"reason"
)
val
reason
:
String
?
third
Party
Signed
Link copied to clipboard
@
SerialName
(
value
=
"third_party_signed"
)
val
thirdPartySigned
:
Signed
<
JoinRoom.Request.ThirdParty
,
String
>
?