UNPKG
baileys
Version:
latest (7.0.0-rc11)
7.0.0-rc11
7.0.0-rc10
7.0.0-rc.9
7.0.0-rc.8
7.0.0-rc.7
7.0.0-rc.6
7.0.0-rc.5
7.0.0-rc.4
7.0.0-rc.3
7.0.0-rc.2
7.0.0-rc.1
6.17.16
6.7.21
6.7.20
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.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.1
6.0.0
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
4.5.8
4.5.7
4.5.6
4.5.5
4.5.4
4.5.3
A WebSockets library for interacting with WhatsApp Web
github.com/WhiskeySockets/Baileys/
baileys
/
lib
/
WAUSync
/
Protocols
/
UsyncLIDProtocol.d.ts
9 lines
(8 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
USyncQueryProtocol
}
from
'../../Types/USync'
;
import
{
BinaryNode
}
from
'../../WABinary'
;
export
declare
class
USyncLIDProtocol
implements
USyncQueryProtocol
{
name
:
string
;
getQueryElement
():
BinaryNode
;
getUserElement
():
null
;
parser
(
node
:
BinaryNode
):
string
|
null
; }