Interface IRawConversationTimelineResponse

The raw data received when fetching a specific conversation timeline.

interface IRawConversationTimelineResponse {
    conversation_timeline: ConversationTimeline;
}

Properties

conversation_timeline: ConversationTimeline