Upgrade versions, use jackson for json serialization
This commit is contained in:
32
msg.json
Normal file
32
msg.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user