Type Alias SendTemplateImageWithoutServiceParams

SendTemplateImageWithoutServiceParams: SendTemplateWithoutServiceParams & Partial<
    MessageText,
> & { type: "image" }