Is there a way for sending multiple messages using a single Intent from my application through whatsapp? For example, I am implementing a feature which let's users to send a text message and a PDF to a single user of their choice using whatsapp. Since, text message and PDF are different kinds of payload, I can't do it using a single intent. Is there a way to do it using a single intent?