Contents

Support Managers

NealB
English, Hindi
online
Sammyredfire
English
online
show offline managers  
English, Russian  

send_group_im (SBSL Command)

Have a question? Ask at SmartBots DevPortal!

DevPortal is a blog and forum for developers. Ask your questions to get a prompt reply!

Continue to DevPortal


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
}

<< return back to SBSL commands