sendMessage

Request

{
    "chat_id": 109780439,
    "text": "<a href='yahoo.com'>yahoo website</a>",
    "parse_mode": "HTML",
    "disable_web_page_preview": 1
}

Response

29 lines

{
    "ok": true,
    "result": {
        "message_id": 293590,
        "from": {
            "id": 131210513,
            "is_bot": true,
            "first_name": "Sean",
            "username": "Sean_Bot"
        },
        "chat": {
            "id": 109780439,
            "first_name": "Sean",
            "last_name": "🇹🇼",
            "username": "S_ean",
            "type": "private"
        },
        "date": "1519803289 (2018 Feb 28 15:34:49 +0800)",
        "text": "yahoo website",
        "entities": [
            {
                "offset": 0,
                "length": 13,
                "type": "text_link",
                "url": "http://yahoo.com/"
            }
        ]
    }
}

Share

Submit by @Sean_Bot

⬅️ Back to Recently Submissions