• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/services/chatdispatcher.php
  • Класс: BitrixImOpenLinesServicesChatDispatcher
  • Вызов: ChatDispatcher::getChat
public function getChat(int $chatId): ?ImOpenLinesChat
{
	if ($this->isEnabled)
	{
		return new ImOpenLinesChat($chatId);
	}

	return null;
}