Type Alias SendTemplateImageWithServiceParams

SendTemplateImageWithServiceParams: SendTemplateWithServiceParams & Partial<
    MessageText,
> & { type: "image" }