trixnity-clientserverapi-model
3.7.1
common
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
val
address
:
String
identity
Server
Link copied to clipboard
val
identityServer
:
String
identity
Server
Access
Token
Link copied to clipboard
val
identityServerAccessToken
:
String
medium
Link copied to clipboard
val
medium
:
String