IGPAPI
    Preparing search index...

    Interface DirectInboxFeedResponseThreadsItem

    interface DirectInboxFeedResponseThreadsItem {
        admin_user_ids: unknown[];
        archived: boolean;
        canonical: boolean;
        folder: number;
        has_newer: boolean;
        has_older: boolean;
        inviter: DirectInboxFeedResponseInviter;
        is_group: boolean;
        is_pin: boolean;
        is_spam: boolean;
        items: DirectInboxFeedResponseItemsItem[];
        last_activity_at: string;
        last_permanent_item: DirectInboxFeedResponseLastPermanentItem;
        last_seen_at: unknown;
        left_users: unknown[];
        mentions_muted: boolean;
        muted: boolean;
        named: boolean;
        newest_cursor: string;
        oldest_cursor: string;
        pending: boolean;
        pending_score: string;
        thread_id: string;
        thread_title: string;
        thread_type: string;
        thread_v2_id: string;
        users: DirectInboxFeedResponseUsersItem[];
        valued_request: boolean;
        vc_muted: boolean;
        viewer_id: number;
    }
    Index

    Properties

    admin_user_ids: unknown[]
    archived: boolean
    canonical: boolean
    folder: number
    has_newer: boolean
    has_older: boolean
    is_group: boolean
    is_pin: boolean
    is_spam: boolean
    last_activity_at: string
    last_seen_at: unknown
    left_users: unknown[]
    mentions_muted: boolean
    muted: boolean
    named: boolean
    newest_cursor: string
    oldest_cursor: string
    pending: boolean
    pending_score: string
    thread_id: string
    thread_title: string
    thread_type: string
    thread_v2_id: string
    valued_request: boolean
    vc_muted: boolean
    viewer_id: number