-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I send a vcard or contact to a chat? It doesn't work. #1176
Comments
Hi @danielovianna use window.WAPI.sendVCard function for send vcard |
Hello my friend. The window.WAPI.sendVCard does not work. :/ |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: