/** Sms receivers preloaded */
export interface Receiver {
    /** Download file from URL before sending to contacts (works only with csvUrl and not document ID) */
    autoUpdate: boolean;
    /** Is the object compatible with autoUpdate */
    canAutoUpdate: boolean;
    /** Creation date of the document */
    datetime: string;
    /** Description name of the document */
    description: string;
    /** Number of receiver records in the document */
    records: number;
    /** Slot number id */
    slotId: number;
}
//# sourceMappingURL=Receiver.d.ts.map