mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-24 08:52:18 +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
|
|
}
|