Skip to content

Instantly share code, notes, and snippets.

@BlondinkaQ
Created March 20, 2018 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BlondinkaQ/f63872066f19946421caefaed891dfe7 to your computer and use it in GitHub Desktop.
Save BlondinkaQ/f63872066f19946421caefaed891dfe7 to your computer and use it in GitHub Desktop.
bot.action('kovel_key001', (ctx) => ctx.reply('Введите ваш ФИО и номер телефона:\n'),
ctx.telegram.forwardMessage(ctx.from.id, ctx.from.id, ctx.message.id)
)
@dotcypress
Copy link

dotcypress commented Mar 20, 2018

bot.action('kovel_key001', (ctx) => {
  ctx.reply('Введите ваш ФИО и номер телефона:\n')
  ctx.telegram.forwardMessage(ctx.chat.id, ctx.chat.id, ctx.message.id)
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment