IGPAPI
    Preparing search index...

    Interface DirectRankedRecipientsResponseThread

    interface DirectRankedRecipientsResponseThread {
        canonical: boolean;
        named: boolean;
        pending: boolean;
        thread_id: string;
        thread_title: string;
        thread_type: string;
        users: DirectRankedRecipientsResponseUsersItem[];
        viewer_id: number;
    }
    Index

    Properties

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