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.
15 lines
No EOL
275 B
JSON
15 lines
No EOL
275 B
JSON
{
|
|
"update_id":10001,
|
|
"channel_post":{
|
|
"chat":{
|
|
"id": 123456789,
|
|
"title":"ZBotChannel",
|
|
"type":"channel"
|
|
},
|
|
"message_id":1365,
|
|
"date":1441645532,
|
|
"text":"Hello, I need your Help"
|
|
},
|
|
"bid":"12345678",
|
|
"callback_token":"AbcDefG"
|
|
} |