How can I add the property "one_time_keyboard"

(Vlad) #1

Hello.
Telegram bot. The action “Ask a question” with the choice of answers is given the buttons as ReplyKeyboardMarkup. How can I add the property “one_time_keyboard”.
There are a lot of questions in the flow. How can I add this property to all or a group of questions (for example, by default).

Vlad.

(Karen Barker) #2

Hi Vlad,

Unfortunately it’s not possible to add this to the Ask a Question option. The only way you might be able to achieve this would be to send a Custom Request which displays the message with the buttons using the"one_time_keyboard" and then follow this action with an Ask a Question action so that when a user clicks one of the buttons it then stores this as the question answer. :slight_smile:

(Vlad) #3

Thank you,
It is sad :sob: