mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 15:59:13 +01:00
Update content of files
This commit is contained in:
parent
947734271e
commit
dfc29681d7
3 changed files with 16 additions and 2 deletions
|
@ -143,7 +143,20 @@
|
||||||
"key": "dialog_filters_tooltip",
|
"key": "dialog_filters_tooltip",
|
||||||
"value": {
|
"value": {
|
||||||
"_": "types.JsonBool",
|
"_": "types.JsonBool",
|
||||||
"value": false
|
"value": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_": "types.JsonObjectValue",
|
||||||
|
"key": "ignore_restriction_reasons",
|
||||||
|
"value": {
|
||||||
|
"_": "types.JsonArray",
|
||||||
|
"value": [
|
||||||
|
{
|
||||||
|
"_": "types.JsonString",
|
||||||
|
"value": "porn"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
"revoke_pm_inbox": true,
|
"revoke_pm_inbox": true,
|
||||||
"blocked_mode": false,
|
"blocked_mode": false,
|
||||||
"pfs_enabled": false,
|
"pfs_enabled": false,
|
||||||
"force_try_ipv6": true,
|
"force_try_ipv6": false,
|
||||||
"autoupdate_url_prefix": "https://td.telegram.org/",
|
"autoupdate_url_prefix": "https://td.telegram.org/",
|
||||||
"gif_search_username": "contextbot",
|
"gif_search_username": "contextbot",
|
||||||
"venue_search_username": "foursquarebot",
|
"venue_search_username": "foursquarebot",
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
"masks": false,
|
"masks": false,
|
||||||
"animated": true,
|
"animated": true,
|
||||||
"videos": false,
|
"videos": false,
|
||||||
|
"installed_date": 1652278927,
|
||||||
"thumbs": []
|
"thumbs": []
|
||||||
},
|
},
|
||||||
"packs": [
|
"packs": [
|
||||||
|
|
Loading…
Reference in a new issue