interface DmConversationTimeline {
    conversations: { [key: string]: DmConversation };
    entries: DmMessageEntry[];
    max_entry_id: string;
    min_entry_id: string;
    status: DmStatus;
    users: { [key: string]: LegacyUserRaw };
}

Properties

conversations: { [key: string]: DmConversation }
entries: DmMessageEntry[]
max_entry_id: string
min_entry_id: string
status: DmStatus
users: { [key: string]: LegacyUserRaw }