Difference between revisions of "Bot Playground/Commands"
From SmartBots Developers Docs
(Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} Commands are being sent to the bot by calling the javascript method of ''Bot'': <syntaxhighlight lang="javascript"> Bot.im("Glaznah Gassner"...") |
|||
Line 6: | Line 6: | ||
Bot.im("Glaznah Gassner", "Hello there!"); | Bot.im("Glaznah Gassner", "Hello there!"); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | == Commands reference == | ||
+ | |||
+ | {{API_Table_start|Command|Description}} | ||
+ | |||
+ | {{API_Group|Status}} | ||
+ | {{API_Entry|HTTP Bot Command|im}} | ||
+ | |||
+ | {{API_Table_end}} |
Revision as of 13:33, 28 June 2016
Commands are being sent to the bot by calling the javascript method of Bot:
Bot.im("Glaznah Gassner", "Hello there!");
Commands reference
Command | Description | |
---|---|---|
Status | ||
im | Sends Instant Message to specific avatar. |