1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00
Files
OpenIntegrations/docs/en/results/Telegram/FormKeyboardFromButtonArray.log
Vitaly the Alpaca (bot) 6066eb1408 Test data update (Jenkins)
2025-09-16 00:28:52 +00:00

24 lines
269 B
Plaintext
Vendored

{
"keyboard": [
[
{
"text": "Button1",
"callback_data": "Button1"
}
],
[
{
"text": "Button2",
"callback_data": "Button2"
}
],
[
{
"text": "Button3",
"callback_data": "Button3"
}
]
],
"resize_keyboard": true
}