https://publish.twitter.com/oembed?url=$tweet_url
$tweet_url
に取得したいtweetのURLを書き込むtsinterface EmbedTweetResponse {
url: string;
author_name: string;
html: string; // この中に埋め込み用htmlが入る
width: number;
height: number | null;
type: string;
cache_age: string;
provider_name: string;
provider_url: string;
version: string;
}