Interface SuspendedChallengeResponseChallenge

interface SuspendedChallengeResponseChallenge {
    api_path: "/challenge/";
    flow_render_type: number;
    hide_webview_header: boolean;
    lock: boolean;
    logout: boolean;
    native_flow: boolean;
    url: "https://www.instagram.com/accounts/suspended/";
}

Properties

api_path: "/challenge/"
flow_render_type: number
hide_webview_header: boolean
lock: boolean
logout: boolean
native_flow: boolean
url: "https://www.instagram.com/accounts/suspended/"