• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/PrivateChat.php
  • Класс: BitrixImV2ChatPrivateChat
  • Вызов: PrivateChat::getDialogId
public function getDialogId(): ?string
{
	if ($this->dialogId || !$this->getChatId())
	{
		return $this->dialogId;
	}

	$this->dialogId = $this->getCompanion()->getId();

	return $this->dialogId;
}