1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/results/Telegram/SendTextMessage (keyboard structure).log
Vitaly the Alpaca (bot) 5791fe2b82 Test data update (Jenkins)
2025-02-09 00:55:13 +03:00

38 lines
609 B
Plaintext
Vendored

{
"ok": true,
"result": {
"message_id": 11822,
"from": {
"id": 6129457865,
"is_bot": true,
"first_name": "Бот Виталий",
"username": "sicheebot"
},
"chat": {
"id": 461699897,
"first_name": "Anton",
"last_name": "Titowets",
"username": "JKIee",
"type": "private"
},
"date": 1739049493,
"text": "Text 🥝 and emoji \\(10%\\)",
"reply_markup": {
"inline_keyboard": [
[
{
"text": "Button1",
"callback_data": "Button1"
}
],
[
{
"text": "Button2",
"callback_data": "Button2"
}
]
]
}
}
}