TypingRequest
data class TypingRequest(account: String, address: JsonAddress?, group: String?, typing: Boolean, when: Long?) : SignaldRequestBodyV1<EmptyResponse>
Content copied to clipboard
send a typing started or stopped message
Constructors
Link copied to clipboard
fun TypingRequest(account: String, address: JsonAddress? = null, group: String? = null, typing: Boolean, when: Long? = null)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): EmptyResponse
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): EmptyResponse
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): EmptyResponse
Content copied to clipboard