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

Changes

No recorded changes to this endpoint across all 2 revisions of this API.