@book000/twitterts
    Preparing search index...

    Interface GetUserTweetsOptions

    ["getUserTweets"] のオプション

    interface GetUserTweetsOptions {
        isIncludingPromotedTweets?: boolean;
        limit?: number;
        screenName: string;
    }
    Index

    Properties

    isIncludingPromotedTweets?: boolean

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

    limit?: number

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

    screenName: string

    スクリーンネーム