Interface SendTextOptions

interface SendTextOptions {
    attachments?: File[];
    destinationIdentities?: string[];
    onProgress?: (progress: number) => void;
    topic?: string;
}

Properties

attachments?: File[]
destinationIdentities?: string[]
onProgress?: (progress: number) => void
topic?: string
MMNEPVFCICPMFPCPTTAAATR