mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-10 08:34:52 +00:00
Add INPUT_FILTER_INVALID error
This commit is contained in:
parent
91ebe5f2a8
commit
6f638cd8bd
1 changed files with 2 additions and 1 deletions
|
|
@ -141,4 +141,5 @@ OPTIONS_TOO_MUCH The poll options are too many
|
||||||
POLL_ANSWERS_INVALID The poll answers are invalid
|
POLL_ANSWERS_INVALID The poll answers are invalid
|
||||||
POLL_QUESTION_INVALID The poll question is invalid
|
POLL_QUESTION_INVALID The poll question is invalid
|
||||||
FRESH_CHANGE_ADMINS_FORBIDDEN Recently logged-in users cannot change admins
|
FRESH_CHANGE_ADMINS_FORBIDDEN Recently logged-in users cannot change admins
|
||||||
BROADCAST_PUBLIC_VOTERS_FORBIDDEN Polls with public voters cannot be sent in channels
|
BROADCAST_PUBLIC_VOTERS_FORBIDDEN Polls with public voters cannot be sent in channels
|
||||||
|
INPUT_FILTER_INVALID The filter is invalid for this query
|
||||||
|
Loading…
Reference in a new issue