valdu02100
valdu02100
This command fix the problem, thanks ;)
In your exemple, you use buttons with postback but we can't use postback with quickReplies like buttons ? In more I want to send user to function when click on...
so for you, I need to use : ``` const new_tickets = (payload, chat) => { const message = Nouveaux Tickets!; const options = { typing: true }; chat.say(message, options);...
@wfrancescons Thanks you, your answer resolved my problem. Thanks u ! 👍
Hey ! I had the same problems when I had open the application. Go to : /Applications/codepoems.app/Contents/Resources/app.nw/app Open ui.js Change : //Processin-java -> /usr/local/bin/processing-java; ``` child.stdout.on('data', function() { data =...