UNPKG
lotusbail
Version:
alpha (6.7.1-8.1-Alpha)
latest (7.0.3)
release (7.0.0)
7.0.3
7.0.2
7.0.1
7.0.0
6.7.18-Alpha
6.7.1-8.1-Alpha
WhatsApp API x Button by PL
github.com/seiren-primrose/PL-Baileys/
lotusbail
/
lib
/
WAM
/
BinaryInfo.d.ts
9 lines
(8 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
EventInputType
}
from
'./constants'
;
export
declare
class
BinaryInfo
{
protocolVersion
:
number
;
sequence
:
number
;
events
:
EventInputType
[];
buffer
:
Buffer
[];
constructor
(
options
?:
Partial
<
BinaryInfo
>
); }