Interface IRawUserTweetsResponse

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

interface IRawUserTweetsResponse {
    data: Data;
}

Properties

Properties

data: Data