Interface IRawUserScheduledResponse

The raw data received when fetching the list of scheduled tweets of the user.

interface IRawUserScheduledResponse {
    data: Data;
}

Properties

Properties

data: Data