BOT_LISTEN_IM
From SmartBots Developers Docs
Jump to: navigation, search
Commands bot to listen to IMs sent to the bot and send them to the script
Variables
The following table shows input values (you send them with the API call) and returned output values.
Variable | Required | Description
| |
---|---|---|---|
str | yes | -- | |
id | yes | -- |
Result
One of the following events will be generated
Additionally the following events get generated every time the bot receives an IM
Example
llMessageLinked(LINK_SET, BOT_LISTEN_IM, "", "");
- BOT LISTEN IM