Skip to content

Commit 44e6bd7

Browse files
AntonioMarretiSominemo
authored andcommitted
new limits
1 parent c810c91 commit 44e6bd7

File tree

2 files changed

+141
-3
lines changed

2 files changed

+141
-3
lines changed

data/structure.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@
5555
{
5656
"id": "visible_messages",
5757
"icon": "visibility"
58+
},
59+
{
60+
"id": "sticker_packs_per_account",
61+
"icon": "emoji_emotions"
62+
},
63+
{
64+
"id": "emoji_packs_per_account",
65+
"icon": "category"
66+
},
67+
{
68+
"id": "username_ownership_for_auction",
69+
"icon": "gavel"
5870
}
5971
]
6072
},
@@ -141,6 +153,29 @@
141153
}
142154
]
143155
},
156+
{
157+
"id": "topic",
158+
"icon": "topic",
159+
"color": "156, 39, 176",
160+
"items": [
161+
{
162+
"id": "visible_users_in_topic_group",
163+
"icon": "visibility"
164+
},
165+
{
166+
"id": "topics_per_group",
167+
"icon": "format_list_numbered"
168+
},
169+
{
170+
"id": "topic_title_length",
171+
"icon": "title"
172+
},
173+
{
174+
"id": "pinned_topics",
175+
"icon": "push_pin"
176+
}
177+
]
178+
},
144179
{
145180
"id": "voice_chats",
146181
"icon": "perm_phone_msg",
@@ -270,6 +305,30 @@
270305
}
271306
]
272307
},
308+
{
309+
"id": "poll",
310+
"icon": "poll",
311+
"color": "255, 87, 34",
312+
"name": "Polls",
313+
"items": [
314+
{
315+
"id": "poll_question_length",
316+
"icon": "help_outline"
317+
},
318+
{
319+
"id": "quiz_question_length",
320+
"icon": "quiz"
321+
},
322+
{
323+
"id": "poll_options_count",
324+
"icon": "list_alt"
325+
},
326+
{
327+
"id": "poll_option_length",
328+
"icon": "short_text"
329+
}
330+
]
331+
},
273332
{
274333
"id": "folders",
275334
"icon": "folder",
@@ -489,6 +548,10 @@
489548
{
490549
"id": "stickerpack_url_length",
491550
"icon": "link"
551+
},
552+
{
553+
"id": "emojis_per_pack",
554+
"icon": "sentiment_satisfied_alt"
492555
}
493556
]
494557
},

localization/en/data.json

Lines changed: 78 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"self_destruction": {
2727
"name": "Self-destruction period",
2828
"hint": "if no activity",
29-
"text": "1, 3, 6, 12, 18, 24 (12 by default)"
29+
"text": "1, 3, 6, 12, 18, 24 months (18 months by default)"
3030
},
3131
"spam_ban": {
3232
"name": "Spam ban",
@@ -67,6 +67,26 @@
6767
"hint": "(shared limit between private chats, bots and legacy groups)",
6868
"text": "unlimited; before 2018 year - up to 1,000,000 visible messages: see https://twitter.com/telegram/status/1060910769410371584"
6969
}
70+
},
71+
"sticker_packs_per_account": {
72+
"name": "Sticker packs per account",
73+
"hint": "",
74+
"text": "up to 200"
75+
},
76+
"emojis_per_pack": {
77+
"name": "Emojis per pack",
78+
"hint": "",
79+
"text": "up to 200"
80+
},
81+
"emoji_packs_per_account": {
82+
"name": "Emoji packs per account",
83+
"hint": "",
84+
"text": "up to 200"
85+
},
86+
"username_ownership_for_auction": {
87+
"name": "Minimum username ownership for auction",
88+
"hint": "",
89+
"text": "14 days"
7090
}
7191
},
7292
"chats": {
@@ -170,6 +190,31 @@
170190
}
171191
}
172192
},
193+
"topic": {
194+
"name": "Forum",
195+
"items": {
196+
"visible_users_in_topic_group": {
197+
"name": "Visible users in topic group",
198+
"hint": "",
199+
"text": "up to 100"
200+
},
201+
"topics_per_group": {
202+
"name": "Topics per group",
203+
"hint": "",
204+
"text": "up to 1,000,000"
205+
},
206+
"topic_title_length": {
207+
"name": "Topic title length",
208+
"hint": "",
209+
"text": "up to 128 characters"
210+
},
211+
"pinned_topics": {
212+
"name": "Pinned topics",
213+
"hint": "",
214+
"text": "up to 5"
215+
}
216+
}
217+
},
173218
"voice_chats": {
174219
"name": "Voice & Video Chats",
175220
"items": {
@@ -319,6 +364,31 @@
319364
}
320365
}
321366
},
367+
"poll": {
368+
"name": "Polls",
369+
"items": {
370+
"poll_question_length": {
371+
"name": "Poll question length",
372+
"hint": "",
373+
"text": "1 to 255 characters"
374+
},
375+
"quiz_question_length": {
376+
"name": "Quiz question length",
377+
"hint": "",
378+
"text": "1 to 200 characters"
379+
},
380+
"poll_options_count": {
381+
"name": "Poll options count",
382+
"hint": "",
383+
"text": "2 to 10"
384+
},
385+
"poll_option_length": {
386+
"name": "Poll option length",
387+
"hint": "",
388+
"text": "1 to 100 characters"
389+
}
390+
}
391+
},
322392
"folders": {
323393
"name": "Folders",
324394
"items": {
@@ -500,7 +570,7 @@
500570
"story_weekly_limit": {
501571
"name": "Weekly stories limit",
502572
"hint": "Publishing stories without Telegram Premium is not available in all countries",
503-
"text": "up to 3 stories",
573+
"text": "up to 7 stories",
504574
"text_premium": "up to 700 stories"
505575
},
506576
"story_monthly_limit": {
@@ -597,7 +667,12 @@
597667
"name": "Pack /addstickers url length",
598668
"hint": "",
599669
"text": "up to 62 characters"
600-
}
670+
},
671+
"emojis_per_pack": {
672+
"name": "Emojis per pack",
673+
"hint": "",
674+
"text": "up to 200"
675+
}
601676
}
602677
},
603678
"telegraph": {

0 commit comments

Comments
 (0)