From 44e6bd7f1caf2fdcdfda2c0852eb1a624d9cc3c6 Mon Sep 17 00:00:00 2001 From: Antonio Date: Tue, 7 Jan 2025 20:37:43 +0300 Subject: [PATCH] new limits --- data/structure.json | 63 ++++++++++++++++++++++++++++++ localization/en/data.json | 81 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 141 insertions(+), 3 deletions(-) diff --git a/data/structure.json b/data/structure.json index 584fab9a..63dd95ee 100644 --- a/data/structure.json +++ b/data/structure.json @@ -55,6 +55,18 @@ { "id": "visible_messages", "icon": "visibility" + }, + { + "id": "sticker_packs_per_account", + "icon": "emoji_emotions" + }, + { + "id": "emoji_packs_per_account", + "icon": "category" + }, + { + "id": "username_ownership_for_auction", + "icon": "gavel" } ] }, @@ -141,6 +153,29 @@ } ] }, + { + "id": "topic", + "icon": "topic", + "color": "156, 39, 176", + "items": [ + { + "id": "visible_users_in_topic_group", + "icon": "visibility" + }, + { + "id": "topics_per_group", + "icon": "format_list_numbered" + }, + { + "id": "topic_title_length", + "icon": "title" + }, + { + "id": "pinned_topics", + "icon": "push_pin" + } + ] + }, { "id": "voice_chats", "icon": "perm_phone_msg", @@ -270,6 +305,30 @@ } ] }, + { + "id": "poll", + "icon": "poll", + "color": "255, 87, 34", + "name": "Polls", + "items": [ + { + "id": "poll_question_length", + "icon": "help_outline" + }, + { + "id": "quiz_question_length", + "icon": "quiz" + }, + { + "id": "poll_options_count", + "icon": "list_alt" + }, + { + "id": "poll_option_length", + "icon": "short_text" + } + ] + }, { "id": "folders", "icon": "folder", @@ -489,6 +548,10 @@ { "id": "stickerpack_url_length", "icon": "link" + }, + { + "id": "emojis_per_pack", + "icon": "sentiment_satisfied_alt" } ] }, diff --git a/localization/en/data.json b/localization/en/data.json index ae665d72..15ca6a31 100644 --- a/localization/en/data.json +++ b/localization/en/data.json @@ -26,7 +26,7 @@ "self_destruction": { "name": "Self-destruction period", "hint": "if no activity", - "text": "1, 3, 6, 12, 18, 24 (12 by default)" + "text": "1, 3, 6, 12, 18, 24 months (18 months by default)" }, "spam_ban": { "name": "Spam ban", @@ -67,6 +67,26 @@ "hint": "(shared limit between private chats, bots and legacy groups)", "text": "unlimited; before 2018 year - up to 1,000,000 visible messages: see https://twitter.com/telegram/status/1060910769410371584" } + }, + "sticker_packs_per_account": { + "name": "Sticker packs per account", + "hint": "", + "text": "up to 200" + }, + "emojis_per_pack": { + "name": "Emojis per pack", + "hint": "", + "text": "up to 200" + }, + "emoji_packs_per_account": { + "name": "Emoji packs per account", + "hint": "", + "text": "up to 200" + }, + "username_ownership_for_auction": { + "name": "Minimum username ownership for auction", + "hint": "", + "text": "14 days" } }, "chats": { @@ -170,6 +190,31 @@ } } }, + "topic": { + "name": "Forum", + "items": { + "visible_users_in_topic_group": { + "name": "Visible users in topic group", + "hint": "", + "text": "up to 100" + }, + "topics_per_group": { + "name": "Topics per group", + "hint": "", + "text": "up to 1,000,000" + }, + "topic_title_length": { + "name": "Topic title length", + "hint": "", + "text": "up to 128 characters" + }, + "pinned_topics": { + "name": "Pinned topics", + "hint": "", + "text": "up to 5" + } + } + }, "voice_chats": { "name": "Voice & Video Chats", "items": { @@ -319,6 +364,31 @@ } } }, + "poll": { + "name": "Polls", + "items": { + "poll_question_length": { + "name": "Poll question length", + "hint": "", + "text": "1 to 255 characters" + }, + "quiz_question_length": { + "name": "Quiz question length", + "hint": "", + "text": "1 to 200 characters" + }, + "poll_options_count": { + "name": "Poll options count", + "hint": "", + "text": "2 to 10" + }, + "poll_option_length": { + "name": "Poll option length", + "hint": "", + "text": "1 to 100 characters" + } + } + }, "folders": { "name": "Folders", "items": { @@ -500,7 +570,7 @@ "story_weekly_limit": { "name": "Weekly stories limit", "hint": "Publishing stories without Telegram Premium is not available in all countries", - "text": "up to 3 stories", + "text": "up to 7 stories", "text_premium": "up to 700 stories" }, "story_monthly_limit": { @@ -597,7 +667,12 @@ "name": "Pack /addstickers url length", "hint": "", "text": "up to 62 characters" - } + }, + "emojis_per_pack": { + "name": "Emojis per pack", + "hint": "", + "text": "up to 200" + } } }, "telegraph": {