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": "copyMessage",
  "req_body": {
    "json": {
      "chat_id": 1,
      "from_chat_id": 2,
      "message_id": 3
    }
  },
  "rep_body": {
    "ok": true,
    "result": {
      "message_id": 4
    }
  }
}