toggle menu
trixnity-clientserverapi-model
4.0.0
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
CreateRoom
/
Request
/
InviteThirdPid
Invite
Third
Pid
@
Serializable
data
class
InviteThirdPid
(
val
identityServer
:
String
,
val
identityServerAccessToken
:
String
,
val
medium
:
String
,
val
address
:
String
)
Members
Constructors
Invite
Third
Pid
Link copied to clipboard
constructor
(
identityServer
:
String
,
identityServerAccessToken
:
String
,
medium
:
String
,
address
:
String
)
Properties
address
Link copied to clipboard
@
SerialName
(
value
=
"address"
)
val
address
:
String
identity
Server
Link copied to clipboard
@
SerialName
(
value
=
"id_server"
)
val
identityServer
:
String
identity
Server
Access
Token
Link copied to clipboard
@
SerialName
(
value
=
"id_access_token"
)
val
identityServerAccessToken
:
String
medium
Link copied to clipboard
@
SerialName
(
value
=
"medium"
)
val
medium
:
String