Interface AccountRepositoryCurrentUserResponseUser

interface AccountRepositoryCurrentUserResponseUser {
    allowed_commenter_type: string;
    biography: string;
    biography_with_entities: AccountRepositoryCurrentUserResponseBiography_with_entities;
    birthday: null;
    can_link_entities_in_bio: boolean;
    country_code: number;
    email: string;
    external_url: string;
    full_name: string;
    gender: number;
    has_anonymous_profile_picture: boolean;
    has_biography_translation: boolean;
    hd_profile_pic_url_info: AccountRepositoryCurrentUserResponseHd_profile_pic_url_info;
    hd_profile_pic_versions: AccountRepositoryCurrentUserResponseHdProfilePicVersionsItem[];
    is_private: boolean;
    is_verified: boolean;
    national_number: number;
    phone_number: string;
    pk: number;
    profile_pic_id: string;
    profile_pic_url: string;
    reel_auto_archive: string;
    show_conversion_edit_entry: boolean;
    username: string;
}

Properties

allowed_commenter_type: string
biography: string
birthday: null
can_link_entities_in_bio: boolean
country_code: number
email: string
external_url: string
full_name: string
gender: number
has_anonymous_profile_picture: boolean
has_biography_translation: boolean
is_private: boolean
is_verified: boolean
national_number: number
phone_number: string
pk: number
profile_pic_id: string
profile_pic_url: string
reel_auto_archive: string
show_conversion_edit_entry: boolean
username: string