diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-26 19:59:38 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-26 19:59:38 +0300 |
commit | a2781be79df861335a84ec580d6443777900df9f (patch) | |
tree | 123e7c68209cf261732913c8e9b63e5b0eefb115 /config_schema.json | |
parent | 7261b609164ff9acd5403afc6a5272f7eb927e04 (diff) |
Remove legacy lib_path parameter
Diffstat (limited to 'config_schema.json')
-rw-r--r-- | config_schema.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config_schema.json b/config_schema.json index 48454a5..f146edb 100644 --- a/config_schema.json +++ b/config_schema.json @@ -28,12 +28,9 @@ "type": "integer" }, ":tdlib": { - "required": [":lib_path", ":client"], + "required": [":client"], "type": "object", "properties": { - ":lib_path": { - "$ref": "#/definitions/non-empty-string" - }, ":client": { "type": "object", "required": [":api_id", ":api_hash"], |