Answer the question
In order to leave comments, you need to log in
What is wrong?
There is code for node-vk-bot-api:
bot.command('/start', async (ctx) => {
try {
await ctx.reply('Hello, world!', null, Markup
.keyboard([
Markup.button({
action: {
type: 'text',
label: 'test',
payload: ({
type: 'show_snackbar',
text: 'Test test test',
}),
},
color: 'default',
}),
]),
);
} catch (e) {
console.error(e);
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question