GerritChatbot / rasa_base

4 stars 1 forks source link

refactoring of custom connector for telegram #45

Closed essare-rimaz closed 1 year ago

essare-rimaz commented 1 year ago

elif button_type == "vertical_url": reply_markup = InlineKeyboardMarkup() [ reply_markup.row( InlineKeyboardButton(s["title"], url=s["url"]) ) for s in buttons ]