asternic / wuzapi

Simple RESTful API for WhatsApp in Golang (using the Whatsmeow multi device library)
MIT License
105 stars 58 forks source link

send buttons/templates #10

Closed ssteeltm closed 1 year ago

ssteeltm commented 1 year ago

Hello, Sends a template message, that can contain quick reply buttons, url buttons and call buttons isnt working, gives me 404 error. Saw that it was commented in last update, whatsmeow stopped working with templates?

asternic commented 1 year ago

Yes, last whatsmeow updates broke that feature. I did not have the time to see how to reimplement it.

asternic commented 1 year ago

Buttons sending was re-enabled on commit 8a5d114 (but not templates).