SendTemplateParams: {
    examples?: {
        body: string[] | null;
        footer: string[] | null;
        header: string[] | null;
    };
    file?: MessageFile;
    sector?: string;
    template: string;
}

Type declaration

  • Optionalexamples?: { body: string[] | null; footer: string[] | null; header: string[] | null }
  • Optionalfile?: MessageFile
  • Optionalsector?: string
  • template: string