trabajo-afectivo/test/data/telegram/private/photo.json

42 lines
832 B
JSON
Raw Permalink Normal View History

{
"update_id": 3,
"message": {
"from": {
"last_name":"Test Lastname",
"id":111111,
"first_name":"Test Firstname",
"username":"Testusername"
},
"chat": {
"last_name":"Test Lastname",
"id":111111,
"first_name":"Test Firstname",
"username":"Testusername",
"type": "private"
},
"message_id": 3,
"date": 1486036832,
"photo": [
{
"file_id": "photofileid1",
"file_size": 123456,
"width": 90,
"height": 82
},
{
"file_id": "photofileid2",
"file_size": 123456,
"width": 320,
"height": 291
},
{
"file_id": "photofileid3",
"file_size": 123456,
"width": 720,
"height": 654
}
],
"caption": "caption 123<b>abc</b>"
}
}