BOT_SAY_GROUP_CHAT

From SmartBots Developers Docs
TotalControl for LSLCommands
Revision as of 05:49, 19 May 2017 by Chevonn Edelmann (Talk | contribs) (Created page with "{{DISPLAYTITLE:BOT_SAY_GROUP_CHAT}} <onlyinclude>Commands bot to send a message to the specified group</onlyinclude> {{API Variables Table}} {{AdminBot Required Vars|BOT_SAY...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Commands bot to send a message to the specified group

Variables

The following table shows input values (you send them with the API call) and returned output values.

Variable Required Description


str yes message to send
id yes uuid of group to send message to

Comments

For this command to work the bot must:

  1. Be a member of the group
  2. Have permission to join group chat

Example

llMessageLinked(LINK_SET, BOT_SAY_GROUP_CHAT, "Sending this to a group", "group uuid goes here");