trixnity-clientserverapi-model
3.0.0-beta3
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
>
?
)
Types
Constructors
Properties
Constructors
Request
Link copied to clipboard
fun
Request
(
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
val
reason
:
String
?
third
Party
Signed
Link copied to clipboard
val
thirdPartySigned
:
Signed
<
JoinRoom.Request.ThirdParty
,
String
>
?