Description
Currently if you try to send a message over WhatsApp that has both quick replies and an attachment, you get just the media with a caption, no interactive message with buttons/list.
The WhatsApp on-premise API has a header
section, which supports media. This way you can have an interactive message with media, message body, and buttons/list. https://developers.facebook.com/docs/whatsapp/on-premises/reference/messages#interactive-object .
I know there has been some conversation around fully supporting headers, body, footer, etc. Is that the direction that you want to head towards, or would you accept a change to allow for the use case of quick replies + media being rendered as an interactive message with media header by courier, even as a stop-gap measure? It seems to me like that would be a minor change just affecting courier, where full header support would be a much larger change affecting many components.