The most basic parameters:
@WELCOME@ - The text of the welcome message that the user sees after sending the first message to a connected bot or account, as well as after contacting again (if the conversation was marked as completed by the command /close). The message may contain markup in the format
Markdown v2.
@IGNORE_CHATS@ - A comma-separated list of chat IDs (users, groups or channels) whose messages should be ignored - do not create new topics and do not transfer messages to existing topics. By default the list is empty.
@AUTOCLOSE@ - Waiting period for a response from the user (in yellow status /wait), after which the conversation (topic) is automatically closed (turns into black status /close). The value specifies the number of hours (default 48).
@REPLY_ONLY@ - Sending a response to the user only as an explicit response to his message. It is convenient if each user request requires a discussion within the team within the topic. The default value is False, all messages are sent to the user.
@AUTO_INFO@ - Show user information (issue command /info) immediately after the greeting. The default value is False and no data is output.
@ICON_COLOR@ - What color should the requests (topics) of users through this bot/account in the backend group be marked with? By default, blue is used for bot topics, and green for account topics. Other colors available: red, pink, purple and yellow.
@INTERCEPT_EXTERNAL@ - Whether to show intercepted messages from other sessions of connected bots or accounts. The default value is True, meaning intercepted messages are shown.
Learn more about expanding the functionality of bots using parallel sessionsDetailed information about each parameter, as well as their current list, can always be seen in the setup bot itself.