@whiskeysockets/baileys
Version:
A WebSockets library for interacting with WhatsApp Web
17 lines • 487 B
TypeScript
export declare class USyncUser {
id?: string;
lid?: string;
phone?: string;
username?: string;
usernameKey?: string;
type?: string;
personaId?: string;
withId(id: string): this;
withLid(lid: string): this;
withPhone(phone: string): this;
withUsername(username: string): this;
withUsernameKey(usernameKey: string): this;
withType(type: string): this;
withPersonaId(personaId: string): this;
}
//# sourceMappingURL=USyncUser.d.ts.map