Add USER_ADMIN_INVALID error

This commit is contained in:
Dan 2018-12-15 11:10:03 +01:00
parent 001a067d82
commit afb3f55d33

View File

@ -75,4 +75,5 @@ MEDIA_EMPTY The media is invalid
USER_IS_BLOCKED The user blocked you USER_IS_BLOCKED The user blocked you
YOU_BLOCKED_USER You blocked this user YOU_BLOCKED_USER You blocked this user
ADMINS_TOO_MUCH The chat has too many administrators ADMINS_TOO_MUCH The chat has too many administrators
BOTS_TOO_MUCH The chat has too many bots BOTS_TOO_MUCH The chat has too many bots
USER_ADMIN_INVALID The action requires admin privileges
1 id message
75 USER_IS_BLOCKED The user blocked you
76 YOU_BLOCKED_USER You blocked this user
77 ADMINS_TOO_MUCH The chat has too many administrators
78 BOTS_TOO_MUCH The chat has too many bots
79 USER_ADMIN_INVALID The action requires admin privileges