def rule(event):
    if event.deep_get("query", default="") == "api.telegram.org":
        return True
    return False
