Skip to content

Instantly share code, notes, and snippets.

@MovsisyanM
Created December 19, 2021 15:18
Show Gist options
  • Save MovsisyanM/5f5cd613e5c8d9f7eb759fac758c2b27 to your computer and use it in GitHub Desktop.
Save MovsisyanM/5f5cd613e5c8d9f7eb759fac758c2b27 to your computer and use it in GitHub Desktop.
Sample telegram bot message recieve
{
"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