Interface IRawUser

Represents the raw data of a single User.

interface IRawUser {
    __typename: string;
    affiliates_highlighted_label: IAffiliatesHighlightedLabel;
    business_account: IBusinessAccountInfo;
    creator_subscriptions_count: number;
    has_graduated_access: boolean;
    highlights_info: IHighlightsInfo;
    id: string;
    is_blue_verified: boolean;
    is_profile_translatable: boolean;
    legacy: IUserLegacy;
    legacy_extended_profile: ILegacyExtendedProfile;
    profile_image_shape: string;
    rest_id: string;
    smart_blocked_by: boolean;
    smart_blocking: boolean;
    super_follow_eligible: boolean;
    verification_info: IVerificationInfo;
    verified_phone_status: boolean;
}

Properties

__typename: string
affiliates_highlighted_label: IAffiliatesHighlightedLabel
business_account: IBusinessAccountInfo
creator_subscriptions_count: number
has_graduated_access: boolean
highlights_info: IHighlightsInfo
id: string
is_blue_verified: boolean
is_profile_translatable: boolean
legacy: IUserLegacy
legacy_extended_profile: ILegacyExtendedProfile
profile_image_shape: string
rest_id: string
smart_blocked_by: boolean
smart_blocking: boolean
super_follow_eligible: boolean
verification_info: IVerificationInfo
verified_phone_status: boolean