UNPKG

@juzi/wechaty-puppet-whatsapp

Version:
5 lines 375 B
import type PuppetWhatsApp from '../puppet-whatsapp.js'; export declare function contactSelfQRCode(this: PuppetWhatsApp): Promise<string>; export declare function contactSelfName(this: PuppetWhatsApp, name: string): Promise<void>; export declare function contactSelfSignature(this: PuppetWhatsApp, signature: string): Promise<void>; //# sourceMappingURL=contact-self.d.ts.map