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-serverserverapi-model
/
de.connect2x.trixnity.serverserverapi.model.federation
/
OnBindThirdPid
/
Request
Request
@
Serializable
data
class
Request
(
val
address
:
String
,
val
invites
:
List
<
OnBindThirdPid.Request.ThirdPartyInvite
>
,
val
medium
:
String
,
val
userId
:
UserId
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
address
:
String
,
invites
:
List
<
OnBindThirdPid.Request.ThirdPartyInvite
>
,
medium
:
String
,
userId
:
UserId
)
Types
Third
Party
Invite
Link copied to clipboard
@
Serializable
data
class
ThirdPartyInvite
(
val
address
:
String
,
val
medium
:
String
,
val
userId
:
UserId
,
val
roomId
:
RoomId
,
val
sender
:
UserId
,
val
signed
:
Signed
<
OnBindThirdPid.Request.ThirdPartyInvite.UserInfo
,
String
>
)
Properties
address
Link copied to clipboard
@
SerialName
(
value
=
"address"
)
val
address
:
String
invites
Link copied to clipboard
@
SerialName
(
value
=
"invites"
)
val
invites
:
List
<
OnBindThirdPid.Request.ThirdPartyInvite
>
medium
Link copied to clipboard
@
SerialName
(
value
=
"medium"
)
val
medium
:
String
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"mxid"
)
val
userId
:
UserId