Guest User

Untitled

a guest
Jan 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. await bot.editMessageText(`<b>${updatedResponse.question}</b>nn${message}`, {
  2. inline_message_id: inline_message_id,
  3. parse_mode: 'HTML',
  4. reply_markup: {
  5. inline_keyboard: arrayOfAnswers
  6. }
  7. })
Add Comment
Please, Sign In to add comment