• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat.php
  • Класс: Bitrix\Im\V2\Chat
  • Вызов: Chat::getEntityType
public function getEntityType(): ?string
{
	if ($this->entityType)
	{
		return $this->entityType;
	}

	return $this->getDefaultEntityType();
}