Interface IRawTimelineTweet

Represents the raw data of a single timeline tweet.

interface IRawTimelineTweet {
    tweet_results: IRawDataResult<IRawTweet | IRawLimitedVisibilityTweet>;
}

Properties

Properties