Created
January 1, 2026 09:15
-
-
Save ONLym22/41ca514e86e7ef9f6b10040883f4b4e1 to your computer and use it in GitHub Desktop.
Uploaded via ONLym Bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const qkontak = { | |
| key: { | |
| participant: `[email protected]`, | |
| ...(botNumber ? { | |
| remoteJid: `status@broadcast` | |
| } : {}) | |
| }, | |
| message: { | |
| 'contactMessage': { | |
| 'displayName': `${pushname}`, | |
| 'vcard': `BEGIN:VCARD\nVERSION:3.0\nN:XL;ttname,;;;\nFN:ttname\nitem1.TEL;waid=13135550002:+1 (313) 555-0002\nitem1.X-ABLabel:Ponsel\nEND:VCARD`, | |
| sendEphemeral: true | |
| }} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment