const { Keyboard } = require('vk-io')
return bot(`чтобы отменить последний перевод для подтверждения напишите <<отменить перевод ${message.senderId}>>! ${smileerror}`,
{
keyboard = Keyboard.keyboard([[
Keyboard.textButton({
label: `отменить перевод ${message.senderId}`,
color: Keyboard.POSITIVE_COLOR,
})
]])
.inline(true)
})