Chat Interface: Overview of Methods

If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.

This section contains methods for managing chat interface elements on behalf of the bot: the action indicator and the availability of the input field.

Quick Navigation: All Methods

What Can Be Changed in the Interface

  • Show the user the bot's action indicator
  • Temporarily enable or disable the text input field

Overview of Methods

Scope: imbot

Who can execute the methods: owner of a registered bot

Method

Description

imbot.v2.Chat.InputAction.notify

Displays the bot's action indicator

imbot.v2.Chat.TextField.enabled

Enables or disables the text input field

Continue Your Exploration