tgbot 0.47.0

A Telegram Bot library
Documentation
{
  "http_method": "POST",
  "url_path": "editMessageText",
  "req_body": {
    "json": {
      "entities": [
        {
          "length": 4,
          "offset": 0,
          "type": "bold"
        }
      ],
      "inline_message_id": "msg-id",
      "text": "text"
    }
  },
  "rep_body": {
    "ok": true,
    "result": true
  }
}