trabajo-afectivo/test/data/telegram/channel/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

29 lines
No EOL
600 B
JSON

{
"update_id": 954691817,
"channel_post": {
"chat": {
"id": 123456789,
"title": "Bot Channel",
"type": "channel"
},
"message_id": 11,
"date": 1566318766,
"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
}
}
},
"bid": "0987654321",
"callback_token": "FidczWOKOLysIQ"
}