寻找 json 有效负载以在同一行上创建inline_keyboard
多个。InlineKeyboardButton
以下代码有效,但每行创建 1 个按钮。
{
"telegram": {
"text": "Pick a color",
"reply_markup": {
"inline_keyboard": [
[
{
"text": "Red",
"callback_data": "Red"
}
],
[
{
"text": "Pink",
"callback_data": "Pink"
}
]
]
}
}
}
Dialogflow 中的 Telegram Card 能够创建多个内联按钮,如下所示:
https://core.telegram.org/file/811140217/1/NkRCCLeQZVc/17a804837802700ea4