Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
InlineKeyboard.textButton({
text: 'Payload button',
payload: { payload: true },
}),
],
[
InlineKeyboard.textButton({
text: 'This',
}),
InlineKeyboard.textButton({
text: 'is',
}),
InlineKeyboard.textButton({
text: 'epic!',
}),
],
]),
});
});