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-core
/
de.connect2x.trixnity.core.model.events.m.room
/
MemberEventContent
/
Invite
Invite
@
Serializable
data
class
Invite
(
val
displayName
:
String
,
val
signed
:
Signed
<
MemberEventContent.Invite.UserInfo
,
String
>
)
Members
Constructors
Invite
Link copied to clipboard
constructor
(
displayName
:
String
,
signed
:
Signed
<
MemberEventContent.Invite.UserInfo
,
String
>
)
Types
User
Info
Link copied to clipboard
@
Serializable
data
class
UserInfo
(
val
userId
:
UserId
,
val
token
:
String
)
Properties
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"display_name"
)
val
displayName
:
String
signed
Link copied to clipboard
@
SerialName
(
value
=
"signed"
)
val
signed
:
Signed
<
MemberEventContent.Invite.UserInfo
,
String
>