Skip to content

Instantly share code, notes, and snippets.

@mgerasimchuk
Last active September 6, 2018 05:05
Show Gist options
  • Save mgerasimchuk/00898ac2e029f993de42ea946af560cd to your computer and use it in GitHub Desktop.
Save mgerasimchuk/00898ac2e029f993de42ea946af560cd to your computer and use it in GitHub Desktop.

Пример запроса, приходящего в апи, от Telegram, после отправки сообщения боту

{
    "update_id": 881210205,
    "message": {
        "message_id": 12,
        "from": {
            "id": 159221766,
            "is_bot": false,
            "first_name": "MIvanov",
            "username": "Maksim Ivanov",
            "language_code": "en"
        },
        "chat": {
            "id": 159221766,
            "first_name": "MIvanov",
            "username": "Maksim Ivanov",
            "type": "private"
        },
        "date": 1536146858,
        "text": "Test text message"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment