diff --git a/data/server/GetAppConfig.json b/data/server/GetAppConfig.json index 9d2e22def8..341353a94b 100644 --- a/data/server/GetAppConfig.json +++ b/data/server/GetAppConfig.json @@ -1173,6 +1173,35 @@ "value": 5.0 } }, + { + "_": "types.JsonObjectValue", + "key": "telegram_antispam_user_id", + "value": { + "_": "types.JsonString", + "value": "5434988373" + } + }, + { + "_": "types.JsonObjectValue", + "key": "telegram_antispam_group_size_min", + "value": { + "_": "types.JsonNumber", + "value": 200.0 + } + }, + { + "_": "types.JsonObjectValue", + "key": "fragment_prefixes", + "value": { + "_": "types.JsonArray", + "value": [ + { + "_": "types.JsonString", + "value": "888" + } + ] + } + }, { "_": "types.JsonObjectValue", "key": "getfile_experimental_params", diff --git a/data/server/GetAvailableReactions.json b/data/server/GetAvailableReactions.json index 97f1712d88..cec90ce5e8 100644 --- a/data/server/GetAvailableReactions.json +++ b/data/server/GetAvailableReactions.json @@ -1,6 +1,6 @@ { "_": "types.messages.AvailableReactions", - "hash": 1657923577, + "hash": 574696084, "reactions": [ { "_": "types.AvailableReaction", diff --git a/data/server/GetCountriesList.json b/data/server/GetCountriesList.json index 95b27e4529..067bcd2735 100644 --- a/data/server/GetCountriesList.json +++ b/data/server/GetCountriesList.json @@ -1128,6 +1128,23 @@ ], "hidden": false }, + { + "_": "types.help.Country", + "iso2": "FT", + "default_name": "Anonymous Numbers", + "country_codes": [ + { + "_": "types.help.CountryCode", + "country_code": "888", + "prefixes": [], + "patterns": [ + "8 XXX", + "XXXX XXXX" + ] + } + ], + "hidden": true + }, { "_": "types.help.Country", "iso2": "GA", @@ -3751,5 +3768,5 @@ "hidden": false } ], - "hash": -765974550 + "hash": -882011426 } \ No newline at end of file diff --git a/data/server/test/GetAppConfig.json b/data/server/test/GetAppConfig.json index aa94e710e5..f200b1d104 100644 --- a/data/server/test/GetAppConfig.json +++ b/data/server/test/GetAppConfig.json @@ -669,6 +669,35 @@ "value": 3.0 } }, + { + "_": "types.JsonObjectValue", + "key": "telegram_antispam_user_id", + "value": { + "_": "types.JsonString", + "value": "2200583762" + } + }, + { + "_": "types.JsonObjectValue", + "key": "telegram_antispam_group_size_min", + "value": { + "_": "types.JsonNumber", + "value": 1.0 + } + }, + { + "_": "types.JsonObjectValue", + "key": "fragment_prefixes", + "value": { + "_": "types.JsonArray", + "value": [ + { + "_": "types.JsonString", + "value": "888" + } + ] + } + }, { "_": "types.JsonObjectValue", "key": "getfile_experimental_params", diff --git a/data/server/test/GetAvailableReactions.json b/data/server/test/GetAvailableReactions.json index 99680bc66c..efb78473ae 100644 --- a/data/server/test/GetAvailableReactions.json +++ b/data/server/test/GetAvailableReactions.json @@ -1,6 +1,6 @@ { "_": "types.messages.AvailableReactions", - "hash": 2064900779, + "hash": 736749234, "reactions": [ { "_": "types.AvailableReaction", diff --git a/data/server/test/GetCountriesList.json b/data/server/test/GetCountriesList.json index 95b27e4529..067bcd2735 100644 --- a/data/server/test/GetCountriesList.json +++ b/data/server/test/GetCountriesList.json @@ -1128,6 +1128,23 @@ ], "hidden": false }, + { + "_": "types.help.Country", + "iso2": "FT", + "default_name": "Anonymous Numbers", + "country_codes": [ + { + "_": "types.help.CountryCode", + "country_code": "888", + "prefixes": [], + "patterns": [ + "8 XXX", + "XXXX XXXX" + ] + } + ], + "hidden": true + }, { "_": "types.help.Country", "iso2": "GA", @@ -3751,5 +3768,5 @@ "hidden": false } ], - "hash": -765974550 + "hash": -882011426 } \ No newline at end of file