UNPKG
@faouzkk/baileys
Version:
latest (5.0.2)
5.0.2
5.0.1
5.0.0
4.0.0
3.0.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.0.1
A WebSockets library for interacting with WhatsApp Web
github.com/WhiskeySockets/Baileys/
@faouzkk/baileys
/
lib
/
WAM
/
BinaryInfo.d.ts
9 lines
•
278 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
EventInputType
}
from
'./constants'
;
export
declare
class
BinaryInfo
{
protocolVersion
:
number
;
sequence
:
number
;
events
:
EventInputType
[];
buffer
:
Buffer
[];
constructor
(
options
?:
Partial
<
BinaryInfo
>
); }
//# sourceMappingURL=BinaryInfo.d.ts.map