• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/call/integration/chat.php
  • Класс: BitrixImCallIntegrationChat
  • Вызов: Chat::isPrivateChat
public function isPrivateChat(): bool
{
	return $this->chatFields && $this->chatFields['message_type'] === IM_MESSAGE_PRIVATE;
}