new(whatsapp.gblib): General Bots WhatsApp provider.
This commit is contained in:
parent
cbef720873
commit
0e24f30c23
1 changed files with 1 additions and 2 deletions
|
@ -629,8 +629,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
url: urlJoin(this.whatsappServiceUrl, 'sendFile'),
|
url: urlJoin(this.whatsappServiceUrl, 'sendFile'),
|
||||||
qs: {
|
qs: {
|
||||||
token: this.whatsappServiceKey,
|
token: this.whatsappServiceKey,
|
||||||
phone: chatId ? null : to,
|
phone: to,
|
||||||
chatId: chatId,
|
|
||||||
body: url,
|
body: url,
|
||||||
filename: filename,
|
filename: filename,
|
||||||
caption: caption
|
caption: caption
|
||||||
|
|
Loading…
Add table
Reference in a new issue