• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat.php
  • Класс: BitrixImV2Chat
  • Вызов: Chat::getPublicOption
protected function getPublicOption(): ?array
{
	if ($this->getAliasName() === null)
	{
		return null;
	}

	return [
		'code' => $this->getAliasName(),
		'link' => Alias::getPublicLink($this->getEntityType(), $this->getAliasName())
	];
}