SendLocationRequest

Sends a location request message to the specified contact's phone number.

String message: The content of the message to be included in the location request.

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

WpResponse response = SendLocationRequest(message);

Overloads of this function are available in BaseWhatsAppDialog class.

Last updated