Interface IRawTweetRepliesResponse

The raw data received when fetching the replies of a given tweet.

interface IRawTweetRepliesResponse {
    data: Data;
}

Properties

Properties

data: Data