Contents

Support Managers

Anomelli Mellow
English
online
xartashah
English
online
show offline managers  
English, Hindi, Russian  

say_chat_channel (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


Says message to specific chat channel.

Syntax

say_chat_channel CHANNEL MESSAGE

Command parameters

The following table explain the entries of the command:

Entry Description
CHANNEL the channel to say message.
MESSAGE the text of the message. Can contain variables.

Examples

1. Delivers message to chat channel 1000 after receiving group invitation:

group_offer {
  say_chat_channel 1000 $avatar_name has invited me to the group!!!
}

<< return back to SBSL commands