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/scrapbox-jp/types/0.1.2/mod.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