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.
22 lines
No EOL
385 B
JSON
22 lines
No EOL
385 B
JSON
{
|
|
"update_id": 10002,
|
|
"channel_post": {
|
|
"chat": {
|
|
"id": 123456789,
|
|
"title": "Bot Channel",
|
|
"type": "channel"
|
|
},
|
|
"entities": [
|
|
{
|
|
"offset": 0,
|
|
"length": 6,
|
|
"type": "bot_command"
|
|
}
|
|
],
|
|
"date": 1566317999,
|
|
"message_id": 7,
|
|
"text": "/end"
|
|
},
|
|
"bid": "0987654321",
|
|
"callback_token": "FidczWOKOLysIQ"
|
|
} |