Interface IRawUserUnfollowResponse

The raw data received when unfollowing a given user.

interface IRawUserUnfollowResponse {
    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;
    follow_request_sent: boolean;
    followed_by: boolean;
    followers_count: number;
    following: boolean;
    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;
    muting: boolean;
    name: string;
    normal_followers_count: number;
    notifications: boolean;
    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;
    status: Status;
    statuses_count: number;
    time_zone: any;
    translator_type: string;
    url: any;
    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
follow_request_sent: boolean
followed_by: boolean
followers_count: number
following: boolean
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
muting: boolean
name: string
normal_followers_count: number
notifications: boolean
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
status: Status
statuses_count: number
time_zone: any
translator_type: string
url: any
utc_offset: any
verified: boolean
withheld_in_countries: any[]