trixnity-clientserverapi-model
3.0.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
JoinRoom
/
Request
/
ThirdParty
Third
Party
@
Serializable
data
class
ThirdParty
(
val
sender
:
UserId
,
val
mxid
:
UserId
,
val
token
:
String
)
Constructors
Properties
Constructors
Third
Party
Link copied to clipboard
fun
ThirdParty
(
sender
:
UserId
,
mxid
:
UserId
,
token
:
String
)
Properties
mxid
Link copied to clipboard
val
mxid
:
UserId
sender
Link copied to clipboard
val
sender
:
UserId
token
Link copied to clipboard
val
token
:
String