PG→Mongo Ingest CLI - v1.0.0
    Preparing search index...

    Interface ChatUpsertInput

    interface ChatUpsertInput {
        tenantId: string;
        chatId: string;
        last_ts_seconds: null | number;
        last_message_id: null | string;
        batch_imported_count: number;
        first_ts_iso_in_batch: null | string;
        last_ts_iso_in_batch: null | string;
        top_sender_contact_ids_in_batch: string[];
    }
    Index

    Properties

    tenantId: string
    chatId: string
    last_ts_seconds: null | number
    last_message_id: null | string
    batch_imported_count: number
    first_ts_iso_in_batch: null | string
    last_ts_iso_in_batch: null | string
    top_sender_contact_ids_in_batch: string[]