new(basic.gblib): SEND FILE pdf as temporary images.
This commit is contained in:
parent
dc4fa86ab3
commit
ac6e7bc28c
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ export class WhatsappDirectLine extends GBService {
|
|||
return `${attachment.content.title} - ${attachment.content.text}`;
|
||||
}
|
||||
|
||||
public async sendFileToDevice(to, url, filename, caption, chatId, isViewOnce = false) {
|
||||
public async sendFileToDevice(to, url, filename, caption, chatId, isViewOnce = true) {
|
||||
let options;
|
||||
switch (this.provider) {
|
||||
case 'meta':
|
||||
|
|
Loading…
Add table
Reference in a new issue