• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/controller/usertogroup.php
  • Класс: BitrixSocialnetworkControllerUserToGroup
  • Вызов: UserToGroup::repeatInviteAction
public function repeatInviteAction(int $userId, int $groupId): bool
{
	return CSocNetUserToGroup::SendRequestToJoinGroup(
		$this->getCurrentUser()->getId(),
		$userId,
		$groupId,
		''
	);
}