Chatbot commands start with two slashes followed by the name of the command and its arguments. For example: //me. At the moment, commands can be sent to the bot by anyone and it will execute them without checking access rights, since all existing commands are only informative in nature and do not allow editing the bot settings.
Team | Description |
---|---|
// me | Get the identifier of the current chat (required to send notifications to the messenger to a specific person, for example, your manager). |
//blocklist | Returns the names of the blocks used in the chatbot script. |
// this | Current block number. |
//jmp N | Jump to the specified block (the block number is specified by the N argument), for example: //jmp 54. |
// reset | Reset the state of the chatbot (start the script over). |
At the moment you do not have the ability to add your own commands.