Skip to content

Commit

Permalink
new limits
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioMarreti authored and Sominemo committed Jan 7, 2025
1 parent c810c91 commit 44e6bd7
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 3 deletions.
63 changes: 63 additions & 0 deletions data/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -489,6 +548,10 @@
{
"id": "stickerpack_url_length",
"icon": "link"
},
{
"id": "emojis_per_pack",
"icon": "sentiment_satisfied_alt"
}
]
},
Expand Down
81 changes: 78 additions & 3 deletions localization/en/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 44e6bd7

Please sign in to comment.