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.user
/
SearchUsers
/
Response
/
SearchUser
Search
User
@
Serializable
data
class
SearchUser
(
val
avatarUrl
:
String
?
=
null
,
val
displayName
:
String
?
=
null
,
val
userId
:
UserId
)
Members
Constructors
Search
User
Link copied to clipboard
constructor
(
avatarUrl
:
String
?
=
null
,
displayName
:
String
?
=
null
,
userId
:
UserId
)
Properties
avatar
Url
Link copied to clipboard
@
SerialName
(
value
=
"avatar_url"
)
val
avatarUrl
:
String
?
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"display_name"
)
val
displayName
:
String
?
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId