Interface DirectRepositoryRankedRecipientsResponseThread

interface DirectRepositoryRankedRecipientsResponseThread {
    canonical: boolean;
    named: boolean;
    pending: boolean;
    thread_id: string;
    thread_title: string;
    thread_type: string;
    users: DirectRepositoryRankedRecipientsResponseUsersItem[];
    viewer_id: number;
}

Properties

canonical: boolean
named: boolean
pending: boolean
thread_id: string
thread_title: string
thread_type: string
viewer_id: number