Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface UserObject
import { type UserObject } from "https://deno.land/x/twitter_api_client@v0.4.0/api_v2/data_interface/user.ts";

Properties

id: string
name: string
username: string
optional
created_at: Date
optional
description: string
optional
entities: Entities
optional
location: string
optional
pinned_tweet_id: string
optional
profile_image_url: string
optional
protected: boolean
optional
public_metrics: { followers_count: number; following_count: number; tweet_count: number; listed_count: number; }
optional
url: string
optional
verified: boolean
optional
withheld: WithHeld