Interface DirectInboxFeedResponseInbox

interface DirectInboxFeedResponseInbox {
    blended_inbox_enabled: boolean;
    has_older: boolean;
    oldest_cursor: string;
    threads: DirectInboxFeedResponseThreadsItem[];
    unseen_count: number;
    unseen_count_ts: string;
}

Properties

blended_inbox_enabled: boolean
has_older: boolean
oldest_cursor: string
unseen_count: number
unseen_count_ts: string