Difference between revisions of "Bot Playground/Commands"
From SmartBots Developers Docs
Line 11: | Line 11: | ||
{{API_Table_start|Command|Description}} | {{API_Table_start|Command|Description}} | ||
− | {{API_Group| | + | {{API_Group|Messaging}} |
{{API_Entry|HTTP Bot Command|im}} | {{API_Entry|HTTP Bot Command|im}} | ||
{{API_Table_end}} | {{API_Table_end}} |
Revision as of 13:47, 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 | |
---|---|---|
Messaging | ||
im | Sends Instant Message to specific avatar. |