trixnity-clientserverapi-model
3.6.2
common
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
val
timeout
:
Long
?
=
null
typing
Link copied to clipboard
val
typing
:
Boolean