Request

@Serializable
data class Request(val typing: Boolean, val timeout: Long? = null)

Constructors

Link copied to clipboard
constructor(typing: Boolean, timeout: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "timeout")
val timeout: Long?
Link copied to clipboard
@SerialName(value = "typing")
val typing: Boolean