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

	return $this->type;
}