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.
26 lines
No EOL
521 B
JSON
26 lines
No EOL
521 B
JSON
{
|
|
"update_id":7,
|
|
"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":7,
|
|
"date":1487119496,
|
|
"voice":{
|
|
"duration":1,
|
|
"mime_type":"audio/ogg",
|
|
"file_id":"voicefileid",
|
|
"file_size":123456
|
|
}
|
|
}
|
|
} |