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