tgbot 0.47.0

A Telegram Bot library
Documentation
{
  "http_method": "POST",
  "url_path": "forwardMessages",
  "req_body": {
    "json": {
      "chat_id": 1,
      "from_chat_id": 2,
      "message_ids": [
        3
      ]
    }
  },
  "rep_body": {
    "ok": true,
    "result": [
      {
        "message_id": 4
      }
    ]
  }
}