Skip to content

Telegram Bot Settings

黃ε₯ζ—» edited this page Jun 15, 2021 · 6 revisions

new a bot

getUpdates

GET https://api.telegram.org/bot${token}/getUpdates

sendMessage

POST https://api.telegram.org/bot${token}/sendMessage
Header Content-Type: application/json
{
    "chat_id": ${user_id},
    "text": "Hello Vincent"
}