UNPKG
@ibradecode/bails
Version:
latest (1.1.1)
1.1.1
1.0.0
WhatsApp API
www.npmjs.com/package/@ibradecode/bails
@ibradecode/bails
/
lib
/
WAM
/
BinaryInfo.d.ts
18 lines
(17 loc)
•
387 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/// <reference types="node" />
export
declare
class
BinaryInfo
{
protocolVersion
:
number
;
sequence
:
number
;
events
: { [
x
:
string
]: {
props
: { [
x
:
string
]:
any
; };
globals
: { [
x
:
string
]:
any
; }; }; }[];
buffer
:
Buffer
[];
constructor
(
options
?:
Partial
<
BinaryInfo
>
); }