tgbot 0.47.0

A Telegram Bot library
Documentation
{
  "http_method": "POST",
  "url_path": "sendMessageDraft",
  "req_body": {
    "json": {
      "chat_id": 1,
      "draft_id": 1,
      "text": "text",
      "entities": [
        {
          "type": "bold",
          "offset": 0,
          "length": 2
        }
      ],
      "message_thread_id": 1
    }
  },
  "rep_body": {
    "ok": true,
    "result": true
  }
}