trabajo-afectivo/test/data/telegram/private/sticker.json
Denny Korsukéwitz 7c935655d5 Telegram refactoring:
- 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.
2019-10-21 16:50:45 +02:00

37 lines
806 B
JSON

{
"update_id":4,
"channel_post":{
"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":273,
"date":1441645532,
"sticker": {
"width": 512,
"height": 512,
"emoji": "😄",
"set_name": "HotCherry",
"is_animated": true,
"file_id": "stickerfileid",
"file_size": 15455,
"thumb": {
"file_id": "stickerthumbfileid",
"file_size": 4622,
"width": 128,
"height": 128
}
},
"callback_token":"z5N_uxY_Fut81g",
"bid":"435791794"
}
}