UNPKG

@vreden/meta

Version:

Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.

13 lines (12 loc) 294 B
export declare class USyncUser { id: string lid: string phone: string type: string personaId: string withId(id: string): this withLid(lid: string): this withPhone(phone: string): this withType(type: string): this withPersonaId(personaId: string): this }