Telegram binding and virtual keyboard

Using the Telegram binding is it possible to create a virtual keyboard with options?

It is possible by using the Telegram API directly, when a bot asks a question and then uses “reply_markup” to create a keyboard with multiple options.

But if I use sendTelegramQuery() and add multiple text options, they are all displayed in one row. If the text exceeds the width of the screen, the text is shortened, but the buttons are not placed in multiple lines.

Anyone knows (and maybe has some example code) how to do that with the OH binding?

There is an other thread asking the same question. None of the replies contain a solution so far.