O
Как можно
ReplyKeyboardMarkup(rows=[KeyboardButtonRow(buttons=[KeyboardButton(text='Белое зелье'), KeyboardButton(text='Мед')]), KeyboardButtonRow(buttons=[KeyboardButton(text='Золотой песок'), KeyboardButton(text='Вилка')]), KeyboardButtonRow(buttons=[KeyboardButton(text='Выход')])], resize=False, single_use=True, selective=False)
преобразовать в
[ ['Белое зелье', 'Мед'], ['Золотой песок', 'Вилка'], ['Выход'] ]
?