• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/uf/messengercallconnector.php
  • Класс: BitrixDiskUfMessengerCallConnector
  • Вызов: MessengerCallConnector::getChatId
private function getChatId(): ?int
{
	$call = $this->getCall();
	if (!$call)
	{
		return null;
	}

	return $call->getChatId();
}