Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

User

import type { User } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface User {
highlighted_label?: {
description: string;
user_label_type: string;
badge: {
url: string;
}
;
}
;
id_str: string;
is_blue_verified: boolean;
name: string;
profile_image_url_https: string;
screen_name: string;
verified: boolean;
verified_type?: string;
}

§Properties

§
highlighted_label?: {
description: string;
user_label_type: string;
badge: {
url: string;
}
;
}
[src]
§
id_str: string
[src]

user id

§
is_blue_verified: boolean
[src]

whether to a blue-verified account

§
name: string
[src]

Display name of the referenced user.

@example
name: "Twitter API"
§
profile_image_url_https: string
[src]

profile image URL

§
screen_name: string
[src]

Screen name of the referenced user

@example
screen_name: "twitterapi"
§
verified: boolean
[src]

whether to a verified account

§
verified_type?: string
[src]