UNPKG
@jinxieprotocol/auria-baileys-ult
Version:
latest (19.5.0)
19.5.0
WhatsApp API
github.com/WhiskeySockets/Baileys
@jinxieprotocol/auria-baileys-ult
/
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
>
); }