Interface IRawInboxTimelineResponse

The raw data received when fetching the inbox timeline.

interface IRawInboxTimelineResponse {
    inbox_timeline: InboxTimeline;
}

Properties

Properties

inbox_timeline: InboxTimeline