ookamiiixd / baileys-api

Simple WhatsApp REST API with multiple device support
MIT License
431 stars 327 forks source link

How can i send button with image #138

Closed sairmali closed 1 year ago

sairmali commented 1 year ago

now i am using for simple button messgae

{ "receiver": "918888888888888", "message": { "text": "hello there!", "footer": "hello", "templateButtons": [ { "index": 1, "callButton": { "displayText": "call Me", "phoneNumber": "45555555" } }, { "index": 2, "quickReplyButton": { "displayText": "call Me", "phoneNumber": "45555555" } }, { "index": 3, "urlButton": { "displayText": "call Me",
"url": "45555555" } } ] } }

but my question in how can i send image also in this ?

ookamiiixd commented 1 year ago

I don't know, maybe like this one?

sairmali commented 1 year ago

yes? good but how can do this when will send request