app.polisplexity.tech/tests/fake_telegram_update.json
Ekaropolus 2aff5888f5
All checks were successful
continuous-integration/drone/push Build is passing
Neo4j override on telegram bot messages
2025-05-20 03:27:15 -06:00

22 lines
387 B
JSON

{
"update_id": 100000000,
"message": {
"message_id": 1,
"from": {
"id": 123456789,
"is_bot": false,
"first_name": "Tester",
"username": "tester_user"
},
"chat": {
"id": 123456789,
"first_name": "Tester",
"username": "tester_user",
"type": "private"
},
"date": 1700000000,
"text": "Hola desde local!"
}
}