mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 17:11:52 +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",
|
"_": "types.JsonString",
|
||||||
"value": "double_limits"
|
"value": "double_limits"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"_": "types.JsonString",
|
||||||
|
"value": "voice_to_text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_": "types.JsonString",
|
||||||
|
"value": "faster_download"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_": "types.JsonString",
|
||||||
|
"value": "translations"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"_": "types.JsonString",
|
"_": "types.JsonString",
|
||||||
"value": "animated_emoji"
|
"value": "animated_emoji"
|
||||||
|
@ -1062,27 +1074,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_": "types.JsonString",
|
"_": "types.JsonString",
|
||||||
"value": "faster_download"
|
"value": "emoji_status"
|
||||||
},
|
|
||||||
{
|
|
||||||
"_": "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"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_": "types.JsonString",
|
"_": "types.JsonString",
|
||||||
|
@ -1090,7 +1082,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_": "types.JsonString",
|
"_": "types.JsonString",
|
||||||
"value": "animated_userpics"
|
"value": "advanced_chat_management"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_": "types.JsonString",
|
||||||
|
"value": "no_ads"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_": "types.JsonString",
|
"_": "types.JsonString",
|
||||||
|
@ -1098,11 +1094,15 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_": "types.JsonString",
|
"_": "types.JsonString",
|
||||||
"value": "emoji_status"
|
"value": "infinite_reactions"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"_": "types.JsonString",
|
"_": "types.JsonString",
|
||||||
"value": "translations"
|
"value": "animated_userpics"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_": "types.JsonString",
|
||||||
|
"value": "premium_stickers"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1214,6 +1214,14 @@
|
||||||
"value": 100.0
|
"value": 100.0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"_": "types.JsonObjectValue",
|
||||||
|
"key": "ios_disable_parallel_channel_reset",
|
||||||
|
"value": {
|
||||||
|
"_": "types.JsonNumber",
|
||||||
|
"value": 1.0
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"_": "types.JsonObjectValue",
|
"_": "types.JsonObjectValue",
|
||||||
"key": "getfile_experimental_params",
|
"key": "getfile_experimental_params",
|
||||||
|
|
Loading…
Reference in a new issue