SendSticker
Sends sticker to the specified contact using the provided url. The sticker should be accessible from the url.
String stickerUrl: Sticker's available url that is published.
WpResponse response: An object containing the response from the messaging service.
WpResponse response = SendStickerWithUrl(stickerUrl);
Last updated