IGPAPI
    Preparing search index...

    Interface SuspendedChallengeResponse

    interface SuspendedChallengeResponse {
        challenge: {
            api_path: string;
            url: "https://www.instagram.com/accounts/suspended/";
        };
        message: string;
        status: string;
    }
    Index

    Properties

    challenge: {
        api_path: string;
        url: "https://www.instagram.com/accounts/suspended/";
    }
    message: string
    status: string