Henoc Salinas
Henoc Salinas
> > As I explained before, this method works for me and solved the problem > > [#1631 (comment)](https://github.com/adiwajshing/Baileys/issues/1631#issuecomment-1129573412) > > Read this comment and the comments below it carefully...
> > > > **Describe the bug** A clear and concise description of what the bug is. > > > > **To Reproduce** Steps to reproduce the behavior: > >...
try remove footer ``` const buttons = [ {buttonId: 'id1', buttonText: {displayText: 'Button 1'}, type: 1}, {buttonId: 'id2', buttonText: {displayText: 'Button 2'}, type: 1}, {buttonId: 'id3', buttonText: {displayText: 'Button 3'},...
try send this object ``` { "text": "Hi it's button message", "buttons": [ {"buttonId": "id1", "buttonText": {"displayText": "Button 1"}}, {"buttonId": "id2", "buttonText": {"displayText": "Button 2"}}, {"buttonId": "id3", "buttonText": {"displayText": "Button...
Also try with empty footer like ``` const buttonMessage = { text: "Hi it's button message", footer: '', buttons: buttons, headerType: 1 } ```
still issue
still not working
Any update?