trixnity-clientserverapi-model
Toggle table of contents
4.12.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
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