UNPKG

@team-code-titans/baileys-md

Version:

WhatsApp API by DarkCore

11 lines (10 loc) 237 B
export declare class USyncUser { id: string; lid: string; phone: string; type: string; withId(id: string): this; withLid(lid: string): this; withPhone(phone: string): this; withType(type: string): this; }