latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Send a typing indicator

Signal that you are typing (or have stopped typing) in a chat with a user. The signal is delivered to the counterpart's realtime connection and is not persisted, so delivery is best-effort. Send an empty body {} (or omit isTyping) to indicate you are typing.

post/chats/{userUuid}/typing

Path parameters

userUuidstring uuid required

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Request body

isTypingboolean

Whether the caller is currently typing (true) or has stopped (false). Defaults to true.

Response

Typing signal accepted

successtrue required