- Модуль: imopenlines
- Путь к файлу: ~/bitrix/modules/imopenlines/lib/im.php
- Класс: BitrixImOpenLinesIm
- Вызов: Im::addAutomaticSystemMessage
static function addAutomaticSystemMessage($chatId, $message)
{
return self::addMessage([
'TO_CHAT_ID' => $chatId,
'MESSAGE' => $message,
'SYSTEM' => 'Y',
'URL_PREVIEW' => 'N',
'IMPORTANT_CONNECTOR' => 'Y',
'NO_SESSION_OL' => 'Y',
'PARAMS' => [
'CLASS' => 'bx-messenger-content-item-ol-output',
]
]);
}