IGPAPI
    Preparing search index...

    Interface RecoveryLookupByUsernameResponseUser

    interface RecoveryLookupByUsernameResponseUser {
        account_badges: unknown[];
        fbid_v2: number;
        full_name: string;
        has_anonymous_profile_picture: boolean;
        is_private: boolean;
        is_verified: boolean;
        pk: number;
        pk_id: string;
        profile_pic_url: string;
        third_party_downloads_enabled: number;
        username: string;
    }
    Index

    Properties

    account_badges: unknown[]
    fbid_v2: number
    full_name: string
    has_anonymous_profile_picture: boolean
    is_private: boolean
    is_verified: boolean
    pk: number
    pk_id: string
    profile_pic_url: string
    third_party_downloads_enabled: number
    username: string