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

TweetInfo

import type { TweetInfo } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox-rest.ts";

the response type of /api/embed-text/twitter

interface TweetInfo {
description: string;
images: string[];
screenName: string;
userName: string;
}

§Properties

§
description: string
[src]

Tweet本文

§
images: string[]
[src]

Tweetに添付された画像

§
screenName: string
[src]

Tweet投稿者の表示名

§
userName: string
[src]

Tweet投稿者のuser name