toggle menu
trixnity-clientserverapi-model
4.1.1
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
SetTyping
/
Request
Request
@
Serializable
data
class
Request
(
val
typing
:
Boolean
,
val
timeout
:
Long
?
=
null
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
typing
:
Boolean
,
timeout
:
Long
?
=
null
)
Properties
timeout
Link copied to clipboard
@
SerialName
(
value
=
"timeout"
)
val
timeout
:
Long
?
=
null
typing
Link copied to clipboard
@
SerialName
(
value
=
"typing"
)
val
typing
:
Boolean