trabajo-afectivo/test/data/telegram/private/text2.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

21 lines
No EOL
452 B
JSON

{
"update_id":1002,
"message":{
"from": {
"last_name":"Test Lastname2",
"id":222222,
"first_name":"Test Firstname2",
"username":"Testusername2"
},
"chat": {
"last_name":"Test Lastname2",
"id":222222,
"first_name":"Test Firstname2",
"username":"Testusername2",
"type": "private"
},
"message_id":1002,
"date":1441645532,
"text":"Can you help me with my feature?"
}
}