I am using Node.js telegram-bot-api.
Idea:
Found it.
Here is a solution:
bot.sendMessage({ chat_id: message.chat.id, text: 'Some text...', reply_markup: JSON.stringify({ hide_keyboard: true }) });