getTweetInfo
import { getTweetInfo } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";指定したTweetの情報を取得する
const getTweetInfo: (url: string | URL, init?: ExtendedOptions) => Promise<Result<TweetInfo, SessionError | InvalidURLError | BadRequestError>>;