Typing Request
data class TypingRequest(account: String, address: JsonAddress?, group: String?, typing: Boolean, when: Long?) : SignaldRequestBodyV1<Typing, EmptyResponse>
Content copied to clipboard
send a typing started or stopped message
Constructors
TypingRequest
Link copied to clipboard
fun TypingRequest(account: String, address: JsonAddress? = null, group: String? = null, typing: Boolean, when: Long? = null)
Content copied to clipboard
Functions
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): EmptyResponse?
Content copied to clipboard
submit
Link copied to clipboard