question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use payload in buttons?

See original GitHub issue

Can’t to get a payload from button. bot.command('start', (ctx) => { ctx.reply('Hello', null, Markup .keyboard([ [Markup.button('First', 'positive', {qwe: 'asd'})] ])) })

  1. Send message ‘start’
  2. Press button “First” And I can’t find my payload data.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
bifotcommented, Apr 20, 2019

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.

image

0reactions
HulioEglesiascommented, Apr 20, 2019

Can’t do it =( Screenshot_1 Screenshot_2

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found