Interface IRawUserTweetsAndRepliesResponse

The raw data received when fetching the tweets of the given user.

interface IRawUserTweetsAndRepliesResponse {
    data: Data;
}

Properties

Properties

data: Data