stopTyping

From SmartBots Developers Docs
Jump to: navigation, search

Stops sending "typing" in chat to a specific user.

Bot.stopTyping(uuid);

Reference

This command accepts the following parameters:

Variable Required Description


Input:
uuid yes The uuid to stop sending the "typing" in chat
Output:
Function returns a Promise with the following data:
success bool true if command completed successfully
error string error string if command has failed

Examples

Bot.stopTyping(1fd5b697-604c-4e34-91f9-f5c98cc46fa3);