From b8c77aed14801b5ebd5a9eee67ca88e5bf284253 Mon Sep 17 00:00:00 2001 From: Gabriel Odero Date: Mon, 3 Jul 2023 01:51:10 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc207a..73cb8f0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ WhatsApp Cloud API Error Codes: [Error Codes](https://developers.facebook.com/do - [End User License](https://github.com/gabrieldwight/Whatsapp-Business-Cloud-Api-Net/blob/master/LICENSE) - [NuGet Package](https://www.nuget.org/packages/WhatsappBusiness.CloudApi/) -Take note: Sending a message to a phone number format `00[Country Code] xx xx xx` using the prefix `00` before the country code will make the cloud API return invalid parameter error (#100) (Credits @Tekkharibo) +Take note: Sending a message to a phone number format `00[Country Code] xx xx xx` using the prefix `00` before the country code will make the cloud API return an invalid parameter error (#100) (Credits @Tekkharibo) + +Take note: Downloading media from the generated Whatsapp media URL will require one to specify the app name and version value to be set as useragent for the download media function to work. It is included as properties for the config class. (Credits @atmtrujillo) ## Capabilities