Code Monkey home page Code Monkey logo

Comments (4)

Parveen-Mothsara avatar Parveen-Mothsara commented on August 16, 2024

Hello I am trying to send a vcard to a chat but it is not working. It sends the card as a text (the 'type' of the message is always 'chat' and never 'vcard') when I use chat.sendMessage or Store.SendTextMsgToChat. How can I send a vcard or contact to a chat? Does anyone have a working sample of it? How is your updated wapi.js? Please, can anyone help me? Thank you very much. Captura de Tela 2023-02-09 às 22 39 04

Hi @danielovianna use window.WAPI.sendVCard function for send vcard
vcard json :{
displayName: 'Contact Name',
vcard: 'BEGIN:VCARD\nVERSION:3.0\nN:;Contact Name;;;\nEND:VCARD'
}

from webwhatsapp-wrapper.

danielovianna avatar danielovianna commented on August 16, 2024

Hello I am trying to send a vcard to a chat but it is not working. It sends the card as a text (the 'type' of the message is always 'chat' and never 'vcard') when I use chat.sendMessage or Store.SendTextMsgToChat. How can I send a vcard or contact to a chat? Does anyone have a working sample of it? How is your updated wapi.js? Please, can anyone help me? Thank you very much. Captura de Tela 2023-02-09 às 22 39 04

Hi @danielovianna use window.WAPI.sendVCard function for send vcard vcard json :{ displayName: 'Contact Name', vcard: 'BEGIN:VCARD\nVERSION:3.0\nN:;Contact Name;;;\nEND:VCARD' }

Hello my friend. The window.WAPI.sendVCard does not work. :/
It was the first thing I tried.
Does this function work for you?

from webwhatsapp-wrapper.

danielovianna avatar danielovianna commented on August 16, 2024

Is there a way to send a raw message? So I could add the 'type' as a 'vcard' and send a contact vcard and not just a text message.

from webwhatsapp-wrapper.

erm3nda avatar erm3nda commented on August 16, 2024

There are important details in the code of "The window.WAPI.sendVCard" function. It's pretty hacky, needs to have at least one message that is tampered with new data. I don't even understand what they tried. All my attemps to send a vcard miserably failed. Ended up serving vcard data in a website and sending links ...

Any hint to fix that function is greatly appreciated.

from webwhatsapp-wrapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.