IGPAPI
    Preparing search index...

    Interface DirectThreadApproveParticipantRequestsResponseThread

    interface DirectThreadApproveParticipantRequestsResponseThread {
        admin_user_ids: number[];
        approval_required_for_new_members: boolean;
        archived: boolean;
        business_thread_folder: number;
        canonical: boolean;
        folder: number;
        has_newer: boolean;
        has_older: boolean;
        input_mode: number;
        inviter: DirectThreadApproveParticipantRequestsResponseInviter;
        is_group: boolean;
        is_pin: boolean;
        items: DirectThreadApproveParticipantRequestsResponseItemsItem[];
        last_activity_at: string;
        last_permanent_item: DirectThreadApproveParticipantRequestsResponseLastPermanentItem;
        last_seen_at: DirectThreadApproveParticipantRequestsResponseLastSeenAt;
        left_users: unknown[];
        mentions_muted: boolean;
        muted: boolean;
        named: boolean;
        newest_cursor: string;
        next_cursor: string;
        oldest_cursor: string;
        pending: boolean;
        pending_score: string;
        prev_cursor: string;
        read_state: number;
        thread_id: string;
        thread_title: string;
        thread_type: string;
        thread_v2_id: string;
        users: DirectThreadApproveParticipantRequestsResponseUsersItem[];
        valued_request: boolean;
        vc_muted: boolean;
        viewer_id: number;
    }
    Index

    Properties

    admin_user_ids: number[]
    approval_required_for_new_members: boolean
    archived: boolean
    business_thread_folder: number
    canonical: boolean
    folder: number
    has_newer: boolean
    has_older: boolean
    input_mode: number
    is_group: boolean
    is_pin: boolean
    last_activity_at: string
    left_users: unknown[]
    mentions_muted: boolean
    muted: boolean
    named: boolean
    newest_cursor: string
    next_cursor: string
    oldest_cursor: string
    pending: boolean
    pending_score: string
    prev_cursor: string
    read_state: number
    thread_id: string
    thread_title: string
    thread_type: string
    thread_v2_id: string
    valued_request: boolean
    vc_muted: boolean
    viewer_id: number