Update errors.csv

This commit is contained in:
Shrimadhav U K 2021-10-01 07:34:10 +05:30 committed by GitHub
parent 7d68f4aa2b
commit 7cafbeb2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -378,6 +378,7 @@ USERNAME_OCCUPIED,400,The username is already taken
USERS_TOO_FEW,400,"Not enough users (to create a chat, for example)"
USERS_TOO_MUCH,400,"The maximum number of users has been exceeded (to create a chat, for example)"
USER_ADMIN_INVALID,400,Either you're not an admin or you tried to ban an admin that you didn't promote
USER_ALREADY_INVITED,400,
USER_ALREADY_PARTICIPANT,400,The authenticated user is already a participant of the chat
USER_BANNED_IN_CHANNEL,400,You're banned from sending messages in supergroups/channels
USER_BLOCKED,400,User blocked

1 name codes description
378 USERS_TOO_FEW 400 Not enough users (to create a chat, for example)
379 USERS_TOO_MUCH 400 The maximum number of users has been exceeded (to create a chat, for example)
380 USER_ADMIN_INVALID 400 Either you're not an admin or you tried to ban an admin that you didn't promote
381 USER_ALREADY_INVITED 400
382 USER_ALREADY_PARTICIPANT 400 The authenticated user is already a participant of the chat
383 USER_BANNED_IN_CHANNEL 400 You're banned from sending messages in supergroups/channels
384 USER_BLOCKED 400 User blocked