Interface IRawUserProfileUpdateResponse

The raw data received when updating user profile.

interface IRawUserProfileUpdateResponse {
    advertiser_account_service_levels: any[];
    advertiser_account_type: string;
    business_profile_state: string;
    can_media_tag: boolean;
    contributors_enabled: boolean;
    created_at: string;
    default_profile: boolean;
    default_profile_image: boolean;
    description: string;
    entities: Entities;
    fast_followers_count: number;
    favourites_count: number;
    followers_count: number;
    friends_count: number;
    geo_enabled: boolean;
    has_custom_timelines: boolean;
    has_extended_profile: boolean;
    id: number;
    id_str: string;
    is_translation_enabled: boolean;
    is_translator: boolean;
    lang: any;
    listed_count: number;
    location: string;
    media_count: number;
    name: string;
    normal_followers_count: number;
    pinned_tweet_ids: number[];
    pinned_tweet_ids_str: string[];
    profile_background_color: string;
    profile_background_image_url: string;
    profile_background_image_url_https: string;
    profile_background_tile: boolean;
    profile_banner_url: string;
    profile_image_url: string;
    profile_image_url_https: string;
    profile_link_color: string;
    profile_sidebar_border_color: string;
    profile_sidebar_fill_color: string;
    profile_text_color: string;
    profile_use_background_image: boolean;
    protected: boolean;
    require_some_consent: boolean;
    screen_name: string;
    statuses_count: number;
    time_zone: any;
    translator_type: string;
    url: null | string;
    utc_offset: any;
    verified: boolean;
    withheld_in_countries: any[];
}

Properties

advertiser_account_service_levels: any[]
advertiser_account_type: string
business_profile_state: string
can_media_tag: boolean
contributors_enabled: boolean
created_at: string
default_profile: boolean
default_profile_image: boolean
description: string
entities: Entities
fast_followers_count: number
favourites_count: number
followers_count: number
friends_count: number
geo_enabled: boolean
has_custom_timelines: boolean
has_extended_profile: boolean
id: number
id_str: string
is_translation_enabled: boolean
is_translator: boolean
lang: any
listed_count: number
location: string
media_count: number
name: string
normal_followers_count: number
pinned_tweet_ids: number[]
pinned_tweet_ids_str: string[]
profile_background_color: string
profile_background_image_url: string
profile_background_image_url_https: string
profile_background_tile: boolean
profile_banner_url: string
profile_image_url: string
profile_image_url_https: string
profile_link_color: string
profile_sidebar_border_color: string
profile_sidebar_fill_color: string
profile_text_color: string
profile_use_background_image: boolean
protected: boolean
require_some_consent: boolean
screen_name: string
statuses_count: number
time_zone: any
translator_type: string
url: null | string
utc_offset: any
verified: boolean
withheld_in_countries: any[]