POST /stopTypingManually stops the "typing..." status in a specific chat.Developer Tips & Best Practices:Use Cases: While sending a message automatically clears the typing status, this endpoint is useful if your bot started typing but then decided not to send a message (e.g., an error occurred, or the logic branch ended). Calling this prevents the "typing..." indicator from lingering confusingly.
Request
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://wawp.net/wp-json/awp/v1/stopTyping?instance_id=123456789&access_token=123456789&chatId=447441429009@c.us'