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

From SmartBots Developers Docs
Jump to: navigation, search
 
Line 3: Line 3:
  
 
<syntaxhighlight lang="javascript">
 
<syntaxhighlight lang="javascript">
Bot.im( firstName_or_UUID, message );
+
Bot.im( name_or_UUID, message );
 
</syntaxhighlight>
 
</syntaxhighlight>
  
Line 10: Line 10:
  
 
{{API Variable Group|Input}}
 
{{API Variable Group|Input}}
{{API Variable|firstName|yes}} The name or UUID of the avatar
+
{{API Variable|name_or_UUID|yes}} The name or UUID of the avatar
 
{{API Variable|message |yes}} The message to send
 
{{API Variable|message |yes}} The message to send
 
{{API Variable Group|Output}}
 
{{API Variable Group|Output}}

Latest revision as of 14:28, 30 September 2016

Sends Instant Message to specific avatar.

Bot.im( name_or_UUID, message );

Reference

This command accepts the following parameters:

Variable Required Description


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

Comments