In Telegram bot you can send a message with the reply keyboard using the sendMessage method.
The keyboard is getting displayed instead of normal qwerty one.
We can remove the displayed keyboard by sending another message and by passing ReplyKeyboardRemove object with it. However, this requires some extraneous message to be sent.
Is it possible to remove the keyboard without actually sending any real message?
I'm aware of one_time_keyboard
option, but it will only hide the keyboard without removing it.