mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 07:20:31 +01:00
Update content of files
This commit is contained in:
parent
64f88f707e
commit
7e5a58db85
3 changed files with 15 additions and 9 deletions
|
@ -645,7 +645,7 @@
|
||||||
"key": "autoarchive_setting_available",
|
"key": "autoarchive_setting_available",
|
||||||
"value": {
|
"value": {
|
||||||
"_": "types.JsonBool",
|
"_": "types.JsonBool",
|
||||||
"value": true
|
"value": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,22 +17,22 @@
|
||||||
"notify_default_delay_ms": 1500,
|
"notify_default_delay_ms": 1500,
|
||||||
"push_chat_period_ms": 60000,
|
"push_chat_period_ms": 60000,
|
||||||
"push_chat_limit": 2,
|
"push_chat_limit": 2,
|
||||||
"saved_gifs_limit": 400,
|
"saved_gifs_limit": 200,
|
||||||
"edit_time_limit": 172800,
|
"edit_time_limit": 172800,
|
||||||
"revoke_time_limit": 2147483647,
|
"revoke_time_limit": 2147483647,
|
||||||
"revoke_pm_time_limit": 2147483647,
|
"revoke_pm_time_limit": 2147483647,
|
||||||
"rating_e_decay": 2419200,
|
"rating_e_decay": 2419200,
|
||||||
"stickers_recent_limit": 200,
|
"stickers_recent_limit": 200,
|
||||||
"stickers_faved_limit": 10,
|
"stickers_faved_limit": 5,
|
||||||
"channels_read_media_period": 604800,
|
"channels_read_media_period": 604800,
|
||||||
"pinned_dialogs_count_max": 10,
|
"pinned_dialogs_count_max": 5,
|
||||||
"pinned_infolder_count_max": 100,
|
"pinned_infolder_count_max": 100,
|
||||||
"call_receive_timeout_ms": 20000,
|
"call_receive_timeout_ms": 20000,
|
||||||
"call_ring_timeout_ms": 90000,
|
"call_ring_timeout_ms": 90000,
|
||||||
"call_connect_timeout_ms": 30000,
|
"call_connect_timeout_ms": 30000,
|
||||||
"call_packet_timeout_ms": 10000,
|
"call_packet_timeout_ms": 10000,
|
||||||
"me_url_prefix": "https://t.me/",
|
"me_url_prefix": "https://t.me/",
|
||||||
"caption_length_max": 2048,
|
"caption_length_max": 1024,
|
||||||
"message_length_max": 4096,
|
"message_length_max": 4096,
|
||||||
"webfile_dc_id": 4,
|
"webfile_dc_id": 4,
|
||||||
"phonecalls_enabled": true,
|
"phonecalls_enabled": true,
|
||||||
|
|
|
@ -1,12 +1,18 @@
|
||||||
{
|
{
|
||||||
"_": "types.help.PremiumPromo",
|
"_": "types.help.PremiumPromo",
|
||||||
"status_text": "Your Premium Subscription is active.\nExtension date is 29.06.2022.\nManage your subscription in the App Store.",
|
"status_text": "By subscribing to Telegram Premium you agree to the Telegram Terms of Service and Privacy Policy.\n\nYour Premium Subscription expired on 29.06.2022.\nFeel free to resubscribe to get Premium features back.",
|
||||||
"status_entities": [
|
"status_entities": [
|
||||||
{
|
{
|
||||||
"_": "types.MessageEntityTextUrl",
|
"_": "types.MessageEntityTextUrl",
|
||||||
"offset": 99,
|
"offset": 52,
|
||||||
"length": 9,
|
"length": 25,
|
||||||
"url": "https://apps.apple.com/account/subscriptions"
|
"url": "https://telegram.org/tos"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"_": "types.MessageEntityTextUrl",
|
||||||
|
"offset": 82,
|
||||||
|
"length": 14,
|
||||||
|
"url": "https://telegram.org/privacy"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"video_sections": [
|
"video_sections": [
|
||||||
|
|
Loading…
Reference in a new issue