Rhymen / go-whatsapp

WhatsApp Web API
MIT License
2.08k stars 491 forks source link

VCard #63

Closed RaulJofre closed 4 years ago

RaulJofre commented 6 years ago

Hi, it is possible to send vcard

SchulteMK commented 6 years ago

Currently it is not implemented as its own message type. You could create your own *proto.WebMessageInfo and put a ContactMessage inside. It should also be possible to send vcards via a DocumentMessage, but I don't know how it is displayed for people receiving the message. Probably the custom message is the easiest method for now.