stopTyping
Stops sending the “typing” indicator in chat to a specific user.
Bot.stopTyping(uuid);Input
Variable | Required | Description |
|---|---|---|
| yes | The UUID of the user to stop sending the “typing” indicator to. |
Output
Function returns a Promise with the following data:
Variable | Type | Description |
|---|---|---|
| bool | True if command completed successfully |
| string | Error string if command has failed |
Example
Bot.stopTyping("1fd5b697-604c-4e34-91f9-f5c98cc46fa3");