SendMediaWithUrl

Sends document to the specified contact using the provided url. The document should be accessible from the url.

String docUrl: Document's available url that is published.

WpResponse response: An object containing the response from the messaging service.

WpResponse response = SendMediaWithUrl(docUrl);

Overloads of this function are available in BaseWhatsAppDialog class.

Last updated