• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/chat.php
  • Класс: BitrixImOpenLinesChat
  • Вызов: Chat::getLastChatIdByCrmEntity
static function getLastChatIdByCrmEntity($crmEntityType, $crmEntityId): int
{
	return BitrixImOpenLinesCrmCommon::getLastChatIdByCrmEntity($crmEntityType, $crmEntityId);
}