interface IChangedProfilePicture {
    changed_profile: boolean;
    has_profile_pic: boolean;
    id: number;
    profile_pic_url: string;
    profile_pic_url_hd: string;
    status: string;
}

Properties

changed_profile: boolean
has_profile_pic: boolean
id: number
profile_pic_url: string
profile_pic_url_hd: string
status: string