tgbot 0.47.0

A Telegram Bot library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "http_method": "POST",
  "url_path": "sendMessageDraft",
  "req_body": {
    "json": {
      "chat_id": 1,
      "draft_id": 1,
      "text": "text",
      "parse_mode": "Markdown",
      "message_thread_id": 1
    }
  },
  "rep_body": {
    "ok": true,
    "result": true
  }
}