tgbot 0.47.0

A Telegram Bot library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "http_method": "POST",
  "url_path": "setWebhook",
  "req_body": {
    "multipart": {
      "url": "https://example.com"
    }
  },
  "rep_body": {
    "ok": true,
    "result": true
  }
}