Interface IRawTimelineTweet

Represents the raw data of a single timeline tweet.

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

Properties

Properties