D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
baileys
/
lib
/
WAUSync
/
Filename :
USyncUser.js
back
Copy
export class USyncUser { withId(id) { this.id = id; return this; } withLid(lid) { this.lid = lid; return this; } withPhone(phone) { this.phone = phone; return this; } withType(type) { this.type = type; return this; } withPersonaId(personaId) { this.personaId = personaId; return this; } } //# sourceMappingURL=USyncUser.js.map