Messages: 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 describes the methods for sending, modifying, deleting messages, reading history, and working with reactions on behalf of the chatbot.

Quick Navigation: All Methods

Additional Messaging Features

When sending messages via imbot.v2.Chat.Message.send, the following features are available:

Overview of Methods

Scope: imbot

Who can execute the methods: owner of the registered bot

Method

Description

imbot.v2.Chat.Message.send

Sends a message in the chat

imbot.v2.Chat.Message.update

Updates the bot's message

imbot.v2.Chat.Message.delete

Deletes a message

imbot.v2.Chat.Message.read

Marks messages as read

imbot.v2.Chat.Message.get

Returns a message by ID. For supervisor and personal only

imbot.v2.Chat.Message.getContext

Returns the message window around the specified one. For supervisor and personal only

imbot.v2.Chat.Message.Reaction.add

Adds a reaction to a message

imbot.v2.Chat.Message.Reaction.delete

Removes a reaction from a message

Continue Exploring