• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/classes/general/im_chat.php
  • Класс: CIMChat
  • Вызов: CIMChat::CanJoinGeneralChatId
static function CanJoinGeneralChatId($userId)
{
	$generalChat = IMV2ChatChatFactory::getInstance()->getGeneralChat();

	if ($generalChat)
	{
		return $generalChat->canJoinGeneralChat((int)$userId);
	}

	return false;
}