Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface ScheduledChime

    interface ScheduledChime {
        canceledAt?: string | null;
        chimeIds?: string[];
        content?: string;
        createdAt?: string;
        errors?: ScheduleError[];
        executedAt?: string | null;
        fullMessage?: string;
        id?: string;
        purpose?: string | null;
        recipients?: string[];
        sendAfter?: string;
        senderId?: string;
    }
    Index
    canceledAt?: string | null
    chimeIds?: string[]
    content?: string
    createdAt?: string
    errors?: ScheduleError[]
    executedAt?: string | null
    fullMessage?: string
    id?: string
    purpose?: string | null
    recipients?: string[]
    sendAfter?: string
    senderId?: string