tgbot 0.47.0

A Telegram Bot library
Documentation
{
  "http_method": "POST",
  "url_path": "setWebhook",
  "req_body": {
    "multipart": {
      "url": "https://example.com",
      "certificate": "attach://tgbot_file_1",
      "ip_address": "127.0.0.1",
      "max_connections": 10,
      "allowed_updates": ["message"],
      "drop_pending_updates": true,
      "secret_token": "secret-token",
      "tgbot_file_1": "cert"
    }
  },
  "rep_body": {
    "ok": true,
    "result": true
  }
}