gabrieldwight / Whatsapp-Business-Cloud-Api-Net

This is C# wrapper of whatsapp business cloud api for .NET
MIT License
284 stars 104 forks source link

how to send Location Template Message? #91

Closed erikk-se closed 1 month ago

gabrieldwight commented 1 month ago

Hi, i have not implemented the location template message functionality but alternatively, you can use the method sendgenericmessageasync but you will have to construct the object for location template message.

erikk-se commented 1 month ago

Hi, i have not implemented the location template message functionality but alternatively, you can use the method sendgenericmessageasync but you will have to construct the object for location template message.

it work, thanks