UNPKG
lotusbail
Version:
alpha (6.7.1-8.1-Alpha)
latest (7.0.3)
release (7.0.0)
7.0.3
7.0.2
7.0.1
7.0.0
6.7.18-Alpha
6.7.1-8.1-Alpha
WhatsApp API x Button by PL
github.com/seiren-primrose/PL-Baileys/
lotusbail
/
lib
/
WAM
/
BinaryInfo.js
2 lines
(1 loc)
•
239 B
JavaScript
View Raw
1
2
Object
.
defineProperty
(
exports
,
"__esModule"
,{
value
:!
0
});
exports
.
BinaryInfo
=
void
0
;
class
BinaryInfo
{
constructor
(
a={}
){
this
.
protocolVersion
=
5
;
this
.
sequence
=
0
;
this
.
events
=[];
this
.
buffer
=[];
Object
.
assign
(
this
,a)}}
exports
.
BinaryInfo
=
BinaryInfo
;