trixnity-clientserverapi-model
3.3.1
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.users
/
SetPresence
/
Request
Request
@
Serializable
data
class
Request
(
val
presence
:
Presence
,
val
statusMessage
:
String
?
)
Constructors
Properties
Constructors
Request
Link copied to clipboard
fun
Request
(
presence
:
Presence
,
statusMessage
:
String
?
)
Properties
presence
Link copied to clipboard
val
presence
:
Presence
status
Message
Link copied to clipboard
val
statusMessage
:
String
?