I am using Node.js telegram-bot-api.
Idea:
hide_keyboard has been renamed to remove_keyboard since API 2.3.
hide_keyboard
remove_keyboard
bot.sendMessage({ chat_id: message.chat.id, text: 'Some text...', reply_markup: JSON.stringify({ remove_keyboard: true }) });