IGPAPI
    Preparing search index...

    Interface EditProfileInput

    interface EditProfileInput {
        biography: string;
        email: string;
        external_url: string;
        first_name: string;
        phone_number: string;
        show_fb_link_on_profile: boolean;
        username: string;
    }
    Index

    Properties

    biography: string
    email: string
    external_url: string
    first_name: string
    phone_number: string
    show_fb_link_on_profile: boolean

    Whether to show your linked FaceBook account link in your profile or not

    username: string