How to use payload in buttons?
See original GitHub issueCan’t to get a payload from button.
bot.command('start', (ctx) => { ctx.reply('Hello', null, Markup .keyboard([ [Markup.button('First', 'positive', {qwe: 'asd'})] ])) })
- Send message ‘start’
- Press button “First” And I can’t find my payload data.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
How to use custom payload responses with buttons?
I am already aware of how to use Rasa buttons as well as using Rasa json payload each on its own. However, My...
Read more >Add Payload Buttons to Rasa chatbot Easily - Innovate Yourself
Basically, as we all know payload buttons are the inputs that are given when we click or touch them. Here also we are...
Read more >Link Custom Payload Buttons to Intents - json - Stack Overflow
I am Already using this custom payload to generate buttons but how can I link specific intent to the buttons like in the...
Read more >Rasa Buttons and Images - Technical issue - Tiledesk
I'm testing Tiledesk with Rasa and when using buttons Webchat is not returning anything. Neither buttons nor images.
Read more >Postback Button - Messenger Platform - Documentation
type. String. Type of button. Must be postback . ; title. String. Button title. 20 character limit. ; payload. String. This data will...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Try to use latest version of node-vk-bot-api and VK API. If you any questions, you can ask community in telegram community chat.
Can’t do it =(
