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
val timeout: Long? = null
Link copied to clipboard