fix(whatsapp.lib): Sending of images in official.

This commit is contained in:
Rodrigo Rodriguez 2024-05-29 10:53:03 -03:00
parent dc9d7e96b9
commit e25b30f793

View file

@ -691,7 +691,7 @@ export class GBConversationalService {
parameters: [ parameters: [
{ {
type: "text", type: "text",
text: "\n" + text, text: text,
} }
] ]
}); });