UNPKG
acz.view.src
Version:
latest (3.1.4)
3.1.4
2.1.4
WhatsApp API Mod
www.npmjs.com/package/acz.view.src
acz.view.src
/
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
>
); }