@book000/twitterts
    Preparing search index...

    Interface SearchTweetsOptions

    Twitter.searchTweets のオプション

    interface SearchTweetsOptions {
        isIncludingPromotedTweets?: boolean;
        limit?: number;
        query: string;
        searchType?: "video" | "image" | "live" | null;
    }
    Index

    Properties

    isIncludingPromotedTweets?: boolean

    プロモーションツイートを含めるかどうか。デフォルトは false

    limit?: number

    取得するツイートの最大数。デフォルトは 20

    query: string

    検索クエリ

    searchType?: "video" | "image" | "live" | null

    検索種別。デフォルトは「話題のツイート」