@book000/twitterts
    Preparing search index...

    Interface CustomUserLegacyObject

    レスポンスユーザーレガシーオブジェクト

    interface CustomUserLegacyObject {
        blocking?: boolean;
        can_dm?: boolean;
        can_media_tag?: boolean;
        created_at: string;
        default_profile: boolean;
        default_profile_image: boolean;
        description: string;
        entities: {
            description: {
                urls: {
                    display_url: string;
                    expanded_url: string;
                    indices: number[];
                    url: string;
                }[];
            };
            url?: {
                urls: {
                    display_url?: string;
                    expanded_url?: string;
                    indices: number[];
                    url: string;
                }[];
            };
        };
        fast_followers_count: number;
        favourites_count: number;
        followed_by?: boolean;
        followers_count: number;
        following?: boolean;
        friends_count: number;
        has_custom_timelines: boolean;
        is_translator: boolean;
        listed_count: number;
        location: string;
        media_count: number;
        name: string;
        needs_phone_verification?: boolean;
        normal_followers_count: number;
        pinned_tweet_ids_str: string[];
        possibly_sensitive: boolean;
        profile_banner_url?: string;
        profile_image_url_https: string;
        profile_interstitial_type: string;
        protected?: boolean;
        screen_name: string;
        statuses_count: number;
        translator_type: string;
        url?: string;
        verified: boolean;
        verified_type?: string;
        want_retweets?: boolean;
        withheld_in_countries: string[];
    }
    Index

    Properties

    blocking?: boolean
    can_dm?: boolean
    can_media_tag?: boolean
    created_at: string
    default_profile: boolean
    default_profile_image: boolean
    description: string
    entities: {
        description: {
            urls: {
                display_url: string;
                expanded_url: string;
                indices: number[];
                url: string;
            }[];
        };
        url?: {
            urls: {
                display_url?: string;
                expanded_url?: string;
                indices: number[];
                url: string;
            }[];
        };
    }
    fast_followers_count: number
    favourites_count: number
    followed_by?: boolean
    followers_count: number
    following?: boolean
    friends_count: number
    has_custom_timelines: boolean
    is_translator: boolean
    listed_count: number
    location: string
    media_count: number
    name: string
    needs_phone_verification?: boolean
    normal_followers_count: number
    pinned_tweet_ids_str: string[]
    possibly_sensitive: boolean
    profile_banner_url?: string
    profile_image_url_https: string
    profile_interstitial_type: string
    protected?: boolean
    screen_name: string
    statuses_count: number
    translator_type: string
    url?: string
    verified: boolean
    verified_type?: string
    want_retweets?: boolean
    withheld_in_countries: string[]