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

MarkMessageAsReadAsync should allow passing the WhatsAppBusinessCloudApiConfig information similar to SendTextMessageAsync #51

Closed madhugilla closed 9 months ago

madhugilla commented 9 months ago

Is your feature request related to a problem? Please describe. we have multiple phone numbers associated with our app, so our message payload can contain different WhatsAppBusinessPhoneNumberId, we want to send the "MessageRead" response based on the WhatsAppBusinessPhoneNumberId we got from the payload, the "SendTextMessageAsync" method supports an overload where we can override the "WhatsAppBusinessPhoneNumberId" in the WhatsAppBusinessCloudApiConfig parameter.

Describe the solution you'd like MarkMessageAsReadAsync should an overload which can take in WhatsAppBusinessCloudApiConfig parameter

Thanks -Nen

gabrieldwight commented 9 months ago

Hi, I will add the WhatsAppBusinessCloudApiConfig parameter feature to the MarkMessageAsReadAsync in the next update

madhugilla commented 9 months ago

awesome, when can we expect the new update ?? any tentative date ?

gabrieldwight commented 9 months ago

by today before the end of the day

gabrieldwight commented 9 months ago

I have pushed the update