Chats: 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 methods for creating group chats on behalf of a bot and managing participants, owners, and managers.

Quick navigation: all methods

What You Can Do with Chats

  • create a new group chat
  • retrieve chat data
  • modify chat properties
  • add and remove participants
  • transfer ownership rights
  • manage the list of managers

Overview of Methods

Scope: imbot

Who can execute the methods: owner of the registered bot

Method

Description

imbot.v2.Chat.add

Creates a group chat

imbot.v2.Chat.get

Returns information about the chat

imbot.v2.Chat.update

Updates chat properties

imbot.v2.Chat.User.add

Adds participants to the chat

imbot.v2.Chat.User.delete

Removes a participant from the chat

imbot.v2.Chat.leave

Leaves the chat

imbot.v2.Chat.User.list

Returns a list of chat participants

imbot.v2.Chat.Manager.add

Adds chat managers

imbot.v2.Chat.Manager.delete

Removes chat managers

imbot.v2.Chat.setOwner

Assigns a new owner to the chat

Continue Your Exploration