Skip to content

Instantly share code, notes, and snippets.

@ONLym22
Created January 1, 2026 09:15
Show Gist options
  • Select an option

  • Save ONLym22/41ca514e86e7ef9f6b10040883f4b4e1 to your computer and use it in GitHub Desktop.

Select an option

Save ONLym22/41ca514e86e7ef9f6b10040883f4b4e1 to your computer and use it in GitHub Desktop.
Uploaded via ONLym Bot
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