gabrieldwight / Whatsapp-Business-Cloud-Api-Net

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

Why is the Footer-Property is missing? #36

Closed Chief4Master closed 1 year ago

Chief4Master commented 1 year ago

Hello!

I would like to send a custom footer with various message types. But none of these (except the InteractiveListMessageRequest) have a footer property (e.g. InteractiveReplyButtonMessageRequest). How should I do this (I only saw the class WhatsappBusiness.CloudApi.Messages.Requests.Footer but this is implemented only on the InteractiveListMessageRequest) or do you plan to implement this?

Best regards

gabrieldwight commented 1 year ago

Hi, I planned this week to implement the footer property for InteractiveReplyButtonMessageRequest and check if other message types apart from the interactive messages support the same footer property.

gabrieldwight commented 1 year ago

Interactive Messages supports both header and footer property from the documentation. For the other message types, you will need to create a template message that has either a header or a footer.