Interface IRawTweetLikersResponse

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

interface IRawTweetLikersResponse {
    data: Data;
}

Properties

Properties

data: Data