trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.room
/
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