sendMessage

Request

{
    "chat_id": 411849588,
    "text": "halo",
    "reply_markup": {
        "inline": [
            [
                {
                    "text": "halo",
                    "callback_data": "y"
                },
                {
                    "text": "hal\no2",
                    "callback_data": "u"
                }
            ]
        ]
    }
}

Response

21 lines

{
    "ok": true,
    "result": {
        "message_id": 247,
        "from": {
            "id": 988997698,
            "is_bot": true,
            "first_name": "ESP_test",
            "username": "Esp_067784_bot"
        },
        "chat": {
            "id": 411849588,
            "first_name": "Tkach",
            "last_name": "Dmytro",
            "username": "olegi4a",
            "type": "private"
        },
        "date": "1583263853 (2020 Mar 04 03:30:53 +0800)",
        "text": "halo"
    }
}

Share

Submit by @Esp_067784_bot

⬅️ Back to Recently Submissions