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

From SmartBots Developers Docs
Jump to: navigation, search
Line 13: Line 13:
 
{{API Variable|message |yes}}The message to send
 
{{API Variable|message |yes}}The message to send
 
{{API Variable Group|Output}}
 
{{API Variable Group|Output}}
{{API Return promise}}
 
 
{{API Return none}}
 
{{API Return none}}
  

Revision as of 14:01, 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