7c935655d5
- Fixes #2289 - Added Telegram video support. - Improved error handling via raise Exceptions. - Removed unused methods. - Fixed typos. - Improved messages to client - return status: :ok even if the message could not be processed. This stops the Webhook loop for these message.
41 lines
832 B
JSON
41 lines
832 B
JSON
{
|
|
"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>"
|
|
}
|
|
}
|