#How do I use the pushname?
3 messages · Page 1 of 1 (latest)
try this
const pushName = await message.getContact();
console.log(pushName.pushname)```
Thanks buddy 👊
3 messages · Page 1 of 1 (latest)
I did it that way, but it returned undefined on whatsapp
try this
const pushName = await message.getContact();
console.log(pushName.pushname)```
Thanks buddy 👊