stopTyping
From SmartBots Developers Docs
Bot PlaygroundCommands
Revision as of 11:06, 23 June 2023 by NealB (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude>Stops sending "typing" in chat to a specific user.</onlyinclude> <syntaxhighlight lang="javascript"> Bot.stopTyping(uuid); </syn...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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);
- stopTyping