interface DmConversationResponse {
    conversation_timeline: DmConversationTimeline;
}

Properties

conversation_timeline: DmConversationTimeline