Add 4 more errors about polls and admin settings

This commit is contained in:
Dan 2020-02-01 15:48:06 +01:00
parent af2035951a
commit 07f1459e57

View File

@ -137,4 +137,8 @@ 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
OPTIONS_TOO_MUCH The poll options are too many
POLL_ANSWERS_INVALID The poll answers are invalid
POLL_QUESTION_INVALID The poll question is invalid
FRESH_CHANGE_ADMINS_FORBIDDEN Recently logged-in users cannot change admins
BROADCAST_PUBLIC_VOTERS_FORBIDDEN Polls with public voters cannot be sent in channels
1 id message
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
141 POLL_ANSWERS_INVALID The poll answers are invalid
142 POLL_QUESTION_INVALID The poll question is invalid
143 FRESH_CHANGE_ADMINS_FORBIDDEN Recently logged-in users cannot change admins
144 BROADCAST_PUBLIC_VOTERS_FORBIDDEN Polls with public voters cannot be sent in channels