{
    "success": true,
    "message": "Webhook 设置成功！",
    "webhook_url": "https:\/\/mixbot.mixpav.org\/webhook.php",
    "response": {
        "ok": true,
        "result": true,
        "description": "Webhook is already set"
    }
}

=== 当前 Webhook 信息 ===

{
    "ok": true,
    "result": {
        "url": "https:\/\/mixbot.mixpav.org\/webhook.php",
        "has_custom_certificate": false,
        "pending_update_count": 0,
        "max_connections": 40,
        "ip_address": "43.199.242.223",
        "allowed_updates": [
            "message",
            "edited_message",
            "channel_post",
            "callback_query",
            "my_chat_member"
        ]
    }
}