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
c2abc81eb9
commit
39fe085b49
6 changed files with 182 additions and 4 deletions
|
@ -1313,6 +1313,94 @@
|
|||
"_": "types.JsonNumber",
|
||||
"value": 2.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_expire_period",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 86400.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_viewers_expire_period",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 86400.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_expiring_limit_default",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 30.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_expiring_limit_premium",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 100.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_caption_length_limit_premium",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 2048.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_caption_length_limit_default",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 200.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_posting",
|
||||
"value": {
|
||||
"_": "types.JsonString",
|
||||
"value": "disabled"
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_all_hidden",
|
||||
"value": {
|
||||
"_": "types.JsonBool",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_entities",
|
||||
"value": {
|
||||
"_": "types.JsonString",
|
||||
"value": "premium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_export_nopublic_link",
|
||||
"value": {
|
||||
"_": "types.JsonBool",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_changelog_user_id",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 777000.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"_": "types.messages.AvailableReactions",
|
||||
"hash": 224286697,
|
||||
"hash": 1011455147,
|
||||
"reactions": [
|
||||
{
|
||||
"_": "types.AvailableReaction",
|
||||
|
|
|
@ -183,11 +183,12 @@
|
|||
"attributes": [
|
||||
{
|
||||
"_": "types.DocumentAttributeVideo",
|
||||
"duration": 4,
|
||||
"duration": 4.0,
|
||||
"w": 1170,
|
||||
"h": 1754,
|
||||
"round_message": false,
|
||||
"supports_streaming": true
|
||||
"supports_streaming": true,
|
||||
"nosound": false
|
||||
},
|
||||
{
|
||||
"_": "types.DocumentAttributeFilename",
|
||||
|
|
|
@ -858,6 +858,94 @@
|
|||
"_": "types.JsonNumber",
|
||||
"value": 2.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_expire_period",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 86400.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_viewers_expire_period",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 86400.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_expiring_limit_default",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 30.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_expiring_limit_premium",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 100.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_caption_length_limit_premium",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 2048.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "story_caption_length_limit_default",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 200.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_posting",
|
||||
"value": {
|
||||
"_": "types.JsonString",
|
||||
"value": "premium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_all_hidden",
|
||||
"value": {
|
||||
"_": "types.JsonBool",
|
||||
"value": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_entities",
|
||||
"value": {
|
||||
"_": "types.JsonString",
|
||||
"value": "premium"
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_export_nopublic_link",
|
||||
"value": {
|
||||
"_": "types.JsonBool",
|
||||
"value": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"_": "types.JsonObjectValue",
|
||||
"key": "stories_changelog_user_id",
|
||||
"value": {
|
||||
"_": "types.JsonNumber",
|
||||
"value": 777000.0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"_": "types.messages.AvailableReactions",
|
||||
"hash": 345701007,
|
||||
"hash": 298927312,
|
||||
"reactions": [
|
||||
{
|
||||
"_": "types.AvailableReaction",
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"animated": true,
|
||||
"videos": false,
|
||||
"emojis": false,
|
||||
"installed_date": 1689311727,
|
||||
"thumbs": []
|
||||
},
|
||||
"packs": [
|
||||
|
|
Loading…
Reference in a new issue