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
31fe38b66d
commit
fd81319aed
1 changed files with 32 additions and 24 deletions
|
@ -1052,6 +1052,18 @@
|
|||
"_": "types.JsonString",
|
||||
"value": "double_limits"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "voice_to_text"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "faster_download"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "translations"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "animated_emoji"
|
||||
|
@ -1062,27 +1074,7 @@
|
|||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "faster_download"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "voice_to_text"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "no_ads"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "infinite_reactions"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "premium_stickers"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "advanced_chat_management"
|
||||
"value": "emoji_status"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
|
@ -1090,7 +1082,11 @@
|
|||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "animated_userpics"
|
||||
"value": "advanced_chat_management"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "no_ads"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
|
@ -1098,11 +1094,15 @@
|
|||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "emoji_status"
|
||||
"value": "infinite_reactions"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "translations"
|
||||
"value": "animated_userpics"
|
||||
},
|
||||
{
|
||||
"_": "types.JsonString",
|
||||
"value": "premium_stickers"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1214,6 +1214,14 @@
|
|||
"value": 100.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "ios_disable_parallel_channel_reset",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 1.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "getfile_experimental_params",
|
||||
|
|
Loading…
Reference in a new issue