Add a bunch of new errors about polls/quiz

This commit is contained in:
Dan 2020-02-01 15:19:22 +01:00
parent 2bf6357bad
commit d3e9816b24

View File

@ -132,4 +132,9 @@ ADMIN_RANK_EMOJI_NOT_ALLOWED Emojis are not allowed in custom administrator titl
FILE_REFERENCE_EMPTY The file reference is empty
FILE_REFERENCE_INVALID The file reference is invalid
REPLY_MARKUP_TOO_LONG The reply markup is too long
SECONDS_INVALID The seconds interval is invalid, for slow mode try with 0 (off), 10, 30, 60 (1m), 300 (5m), 900 (15m) or 3600 (1h)
SECONDS_INVALID The seconds interval is invalid, for slow mode try with 0 (off), 10, 30, 60 (1m), 300 (5m), 900 (15m) or 3600 (1h)
QUIZ_MULTIPLE_INVALID A quiz can't have multiple answers
QUIZ_CORRECT_ANSWERS_EMPTY The correct answers of the quiz are empty
QUIZ_CORRECT_ANSWER_INVALID The correct answers of the quiz are invalid
QUIZ_CORRECT_ANSWERS_TOO_MUCH The quiz contains too many correct answers
OPTIONS_TOO_MUCH The poll options are too many
1 id message
132 FILE_REFERENCE_EMPTY The file reference is empty
133 FILE_REFERENCE_INVALID The file reference is invalid
134 REPLY_MARKUP_TOO_LONG The reply markup is too long
135 SECONDS_INVALID The seconds interval is invalid, for slow mode try with 0 (off), 10, 30, 60 (1m), 300 (5m), 900 (15m) or 3600 (1h)
136 QUIZ_MULTIPLE_INVALID A quiz can't have multiple answers
137 QUIZ_CORRECT_ANSWERS_EMPTY The correct answers of the quiz are empty
138 QUIZ_CORRECT_ANSWER_INVALID The correct answers of the quiz are invalid
139 QUIZ_CORRECT_ANSWERS_TOO_MUCH The quiz contains too many correct answers
140 OPTIONS_TOO_MUCH The poll options are too many