Notify that the contact/user is typing in a specific conversation.
The client SHALL send this message in case the user is currently typing in a specific conversation.
The app SHALL send this message in case a specific contact is typing. However, it SHALL NOT send this message before the client has subscribed to it.
Both peers SHOULD use appropriate timeouts to not flood the network with these messages.
This message is being subscribed by:
Message | Condition |
---|---|
request/conversations (client -> app) | On successful acknowledgement |
Field | Description | Type | Optional | Nullable |
---|---|---|---|---|
id |
The contact identity |
String | False | False |
Field | Description | Type | Optional | Nullable |
---|---|---|---|---|
isTyping |
Whether typing has started ( |
Boolean | False | False |