UNPKG
whatsauto.js
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.4-fix
0.0.4-alpha
0.0.3
0.0.2
0.0.1
0.0.0
Easy WhatsApp Automation with Session
github.com/freack21/whatsauto.js
freack21/whatsauto.js
whatsauto.js
/
dist
/
Utils
/
make-stiker.d.ts
4 lines
•
230 B
TypeScript
View Raw
1
2
3
4
import
{
IStickerOptions
}
from
"../Types"
;
export
declare
const
makeWebpBuffer
:
(
options
:
IStickerOptions
) =>
Promise
<
Buffer
|
null
>;
export
declare
const
generateStickerID
:
() =>
string
;
//# sourceMappingURL=make-stiker.d.ts.map