Created
December 19, 2021 15:18
-
-
Save MovsisyanM/5f5cd613e5c8d9f7eb759fac758c2b27 to your computer and use it in GitHub Desktop.
Sample telegram bot message recieve
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"update_id": 99737762, | |
"message": { | |
"message_id": 3746, | |
"from": { | |
"id": 993903016, | |
"is_bot": false, | |
"first_name": "Mher", | |
"last_name": "Movsisyan", | |
"username": "Movsisyannn", | |
"language_code": "en" | |
}, | |
"chat": { | |
"id": 993903016, | |
"first_name": "Mher", | |
"last_name": "Movsisyan", | |
"username": "Movsisyannn", | |
"type": "private" | |
}, | |
"date": 1639926765, | |
"text": "Sample message contents" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment