fix(basic.gblib): Step added to SEND FILE TO.
This commit is contained in:
parent
551f80bdd6
commit
f40eae7b59
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ export class DialogKeywords {
|
||||||
* @example SEND FILE TO "+199988887777", "image.jpg"
|
* @example SEND FILE TO "+199988887777", "image.jpg"
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public async sendFileTo(mobile, filename, caption) {
|
public async sendFileTo(step, mobile, filename, caption) {
|
||||||
return await this.internalSendFile(null, mobile, filename, caption);
|
return await this.internalSendFile(step, mobile, filename, caption);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue