Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 2.5 KB

File metadata and controls

42 lines (36 loc) · 2.5 KB

TwitterUserAboutStandardResponse

Twitter User About API response

Example Usage

import { TwitterUserAboutStandardResponse } from "@twexapi-dev/x-api-scraper/models";

let value: TwitterUserAboutStandardResponse = {
  data: {
    userId: "44196397",
    avatar:
      "https://pbs.twimg.com/profile_images/1983681414370619392/oTT3nm5Z_normal.jpg",
    name: "Elon Musk",
    screenName: "elonmusk",
    createdAt: "Tue Jun 02 20:12:29 +0000 2009",
    profileImageShape: "Circle",
    verification: false,
    userLabelDisplayType: "Badge",
    userLabelType: "BusinessLabel",
    isBlueVerified: true,
    privacyPolicyUrl:
      "https://help.twitter.com/managing-your-account/about-twitter-verified-accounts",
    accountBasedIn: "United States",
    locationAccurate: true,
    affiliateUsername: "X",
    source: "United States App Store",
    usernameChangesCount: 0,
    overrideVerifiedYear: -3000,
    verifiedSinceMsec: -156836000000000,
  },
};

Fields

Field Type Required Description
code number HTTP status code
msg string Response message
data models.TwitterUserAboutResponse Twitter User About data