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'),
|
||||
qs: {
|
||||
token: this.whatsappServiceKey,
|
||||
phone: chatId ? null : to,
|
||||
chatId: chatId,
|
||||
phone: to,
|
||||
body: url,
|
||||
filename: filename,
|
||||
caption: caption
|
||||
|
|
Loading…
Add table
Reference in a new issue