• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat.php
  • Класс: BitrixImV2Chat
  • Вызов: Chat::getRestrictions
protected function getRestrictions(): array
{
	$options = CIMChat::GetChatOptions();

	if ($this->getEntityType() && isset($options[$this->getEntityType()]))
	{
		return $options[$this->getEntityType()];
	}

	return $options['DEFAULT'];
}