UNPKG
@whiskeysockets/baileys
Version:
latest (6.7.19)
6.17.16
6.7.19
6.7.18
6.7.17
6.7.16
6.7.15
6.7.14
6.7.13
6.7.12
6.7.11
6.7.10
6.7.9
6.7.8
6.7.7
6.7.6
6.7.5
6.7.4
6.7.3
6.7.2
6.7.1
6.7.0
6.6.0
6.5.0
6.4.2
6.4.1
6.4.0
6.3.1
6.3.0
6.2.1
6.2.0
6.1.0
6.0.1
6.0.0
WhatsApp API
github.com/WhiskeySockets/Baileys
@whiskeysockets/baileys
/
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
>
); }