mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-25 02:42:28 +02:00
24 lines
269 B
JSON
24 lines
269 B
JSON
|
{
|
||
|
"keyboard": [
|
||
|
[
|
||
|
{
|
||
|
"text": "Button1",
|
||
|
"callback_data": "Button1"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"text": "Button2",
|
||
|
"callback_data": "Button2"
|
||
|
}
|
||
|
],
|
||
|
[
|
||
|
{
|
||
|
"text": "Button3",
|
||
|
"callback_data": "Button3"
|
||
|
}
|
||
|
]
|
||
|
],
|
||
|
"resize_keyboard": true
|
||
|
}
|