Difference between revisions of "Bot Playground/Commands/im"

From SmartBots Developers Docs
Jump to: navigation, search
Line 18: Line 18:
  
 
== Comments ==
 
== Comments ==
 +
 +
 +
{{NavMenu}}

Revision as of 15:17, 28 June 2016

Sends Instant Message to specific avatar.

Bot.im( firstName, message );

Reference

This command accepts the following parameters:

Variable Required Description


Input:
firstName yes The name of the avatar
message yes The message to send
Output:
result This function does not return anything

Comments