Upgrade versions, use jackson for json serialization

This commit is contained in:
Pavel Kachalouski
2020-12-27 16:03:35 +01:00
parent d960d6e6f2
commit 4702d3a650
13 changed files with 302 additions and 265 deletions

32
msg.json Normal file
View File

@@ -0,0 +1,32 @@
{
"chat_id": 77544923,
"text": "*List of your watched parcels:*\n(empty)",
"parse_mode": "Markdown",
"disable_web_page_preview": null,
"disable_notification": null,
"reply_to_message_id": null,
"reply_markup": {
"keyboard": [
[
{
"text": "/add",
"request_contact": null,
"request_location": null
},
{
"text": "/list",
"request_contact": null,
"request_location": null
},
{
"text": "/remove",
"request_contact": null,
"request_location": null
}
]
],
"resize_keyboard": true,
"one_time_keyboard": true,
"selective": null
}
}