• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_history.php
  • Класс: CVoxImplantHistory
  • Вызов: CVoxImplantHistory::SendMessageToChat
static function SendMessageToChat($userId, $phoneNumber, $incomingType, $message, $attach = null)
{
	$ViMain = new CVoxImplantMain($userId);
	$dialogInfo = $ViMain->GetDialogInfo($phoneNumber, "", false);
	$ViMain->SendChatMessage($dialogInfo['DIALOG_ID'], $incomingType, $message, $attach);

	return true;
}