Open the BX24.im.openHistory Window
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.
DEPRECATED
The development of this method has been halted. Please use Messenger.openChat.
The method BX24.im.openHistory sends a command to open the history window of a dialog.
void BX24.im.openHistory(String dialogId)
Parameters
Required parameters are marked with *
|
Name |
Description |
|
|
dialogId* |
Identifier of the dialog. Supported formats: |
XXXX` for Open Channels |
Code Example
How to Use Examples in Documentation
BX24.init(function () {
BX24.im.openHistory('chat123');
});
Response Handling
The method does not return any data (void).
Continue Learning
Copied
Previous