func (m *QuickReplyButtonMessage) SetHeader(text string) {
m.Header = &QuickReplyButtonMessageHeader{
Type: "text", // only text is supported
Text: text,
}
}
according to the package the quick reply buttons are set to only have text headers , wheareas the actual apis supports more types like images.video
according to the package the quick reply buttons are set to only have text headers , wheareas the actual apis supports more types like images.video
https://developers.facebook.com/docs/whatsapp/cloud-api/messages/interactive-reply-buttons-messages