UNPKG
@skyzopedia/baileys-mod
Version:
latest (6.0.16)
6.0.16
6.0.15
6.0.14
6.0.13
6.0.12
6.0.11
6.0.10
6.0.9
6.0.8
6.0.7
6.0.5
6.0.2
6.0.1
6.0.0
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.5
4.0.3
4.0.2
4.0.1
4.0.0
3.0.9
3.0.8
3.0.5
3.0.2
WhatsApp API Modification By K
www.npmjs.com/package/@whiskeysockets/baileys
@skyzopedia/baileys-mod
/
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
>
); }