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.
20 lines
No EOL
388 B
JSON
20 lines
No EOL
388 B
JSON
{
|
|
"update_id": 954691818,
|
|
"channel_post": {
|
|
"chat": {
|
|
"id": 123456789,
|
|
"title": "Bot Channel",
|
|
"type": "channel"
|
|
},
|
|
"message_id": 12,
|
|
"date": 1566318851,
|
|
"voice": {
|
|
"duration": 1,
|
|
"mime_type": "audio/ogg",
|
|
"file_id": "voicefileid",
|
|
"file_size": 1280
|
|
}
|
|
},
|
|
"bid": "0987654321",
|
|
"callback_token": "FidczWOKOLysIQ"
|
|
} |