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:
imbotWho can execute the methods: owner of the registered bot
|
Method |
Description |
|
Creates a group chat |
|
|
Returns information about the chat |
|
|
Updates chat properties |
|
|
Adds participants to the chat |
|
|
Removes a participant from the chat |
|
|
Leaves the chat |
|
|
Returns a list of chat participants |
|
|
Adds chat managers |
|
|
Removes chat managers |
|
|
Assigns a new owner to the chat |
Continue Your Exploration
Copied
Previous