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

UserMentionEntity

import type { UserMentionEntity } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.4.3/internal/getTweet.ts";
interface UserMentionEntity extends Entity {
id_str: string;
name: string;
screen_name: string;
}

§Extends

§Properties

§
id_str: string
[src]

the mentioned user id

§
name: string
[src]

Display name of the mentioned user

§
screen_name: string
[src]

Screen name of the mentioned user