new(whatsapp.gblib): General Bots WhatsApp provider.

This commit is contained in:
Rodrigo Rodriguez 2022-07-19 10:10:14 -03:00
parent 858f6c5d67
commit 45003e84bb

View file

@ -629,8 +629,7 @@ export class WhatsappDirectLine extends GBService {
url: urlJoin(this.whatsappServiceUrl, 'sendFile'),
qs: {
token: this.whatsappServiceKey,
phone: chatId ? null : to,
chatId: chatId,
phone: to,
body: url,
filename: filename,
caption: caption