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

This commit is contained in:
Rodrigo Rodriguez 2022-07-19 10:10:14 -03:00
parent cbef720873
commit 0e24f30c23

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