Contents
Support Managers
|
shorty McKeenan
English
| online |
|
Xartashah
English
| online |
|
Aerielle Kiyori
English
| offline |
|
Alexander Pixels
English
| offline |
|
Amyalka
English
| offline |
|
Glaznah Gassner
English, Russian
| offline |
|
Justina Mcminnar
English
| offline |
|
Makaylah Wurgle
English
| offline |
|
Rehnaeaislinn
English
| offline |
|
Sammyredfire
English
| offline |
| show offline managers | |
| English, Russian |
send_group_im (SBSL Command)
Main > Bot Scripting Language > Send group im (SBSL Command)
| SBSL Commands |
Have a question? Ask at SmartBots DevPortal!
DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!
Sends a message to the group chat.
Syntax
send_group_im GROUP-UUID MESSAGE
Command parameters
The following table explain the entries of the command:
| Entry | Description |
|---|---|
| GROUP-UUID | the group UUID |
| MESSAGE | the text of the message. Can contain variables. |
Comments
This command immediately sends a message to the group chat. Bot has to have a "Join Chat" ability.
Examples
Relays all incoming instant messages to the group chat (see instant_message for details).
instant_message { send_group_im 0b65a122-8f77-64fe-5b2a-225d4c490d9c $speaker_name said: $message }