IGPAPI
    Preparing search index...

    Interface DirectThreadFeedResponseThread

    interface DirectThreadFeedResponseThread {
        admin_user_ids: unknown[];
        archived: boolean;
        canonical: boolean;
        folder: number;
        has_newer: boolean;
        has_older: boolean;
        inviter: DirectThreadFeedResponseInviter;
        is_group: boolean;
        is_pin: boolean;
        items: DirectThreadFeedResponseItemsItem[];
        last_activity_at: string;
        last_permanent_item: DirectThreadFeedResponseLastPermanentItem;
        last_seen_at: Record<string, DirectThreadFeedResponseLastSeenAtEntry>;
        left_users: unknown[];
        mentions_muted: boolean;
        muted: boolean;
        named: boolean;
        newest_cursor: string;
        oldest_cursor: string;
        pending: boolean;
        pending_score: string;
        prev_cursor: string;
        thread_id: string;
        thread_title: string;
        thread_type: string;
        thread_v2_id: string;
        users: unknown[];
        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
    last_activity_at: string
    last_seen_at: Record<string, DirectThreadFeedResponseLastSeenAtEntry>
    left_users: unknown[]
    mentions_muted: boolean
    muted: boolean
    named: boolean
    newest_cursor: string
    oldest_cursor: string
    pending: boolean
    pending_score: string
    prev_cursor: string
    thread_id: string
    thread_title: string
    thread_type: string
    thread_v2_id: string
    users: unknown[]
    valued_request: boolean
    vc_muted: boolean
    viewer_id: number