mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +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",
|
||||
"value": {
|
||||
"_": "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,
|
||||
"blocked_mode": false,
|
||||
"pfs_enabled": false,
|
||||
"force_try_ipv6": true,
|
||||
"force_try_ipv6": false,
|
||||
"autoupdate_url_prefix": "https://td.telegram.org/",
|
||||
"gif_search_username": "contextbot",
|
||||
"venue_search_username": "foursquarebot",
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"masks": false,
|
||||
"animated": true,
|
||||
"videos": false,
|
||||
"installed_date": 1652278927,
|
||||
"thumbs": []
|
||||
},
|
||||
"packs": [
|
||||
|
|
Loading…
Reference in a new issue