Add ENTITY_MENTION_USER_INVALID error

This commit is contained in:
Dan 2017-12-13 10:44:50 +01:00
parent ec8140a1d9
commit af0c05ae3e

View File

@ -28,4 +28,5 @@ PASSWORD_HASH_INVALID|Two-step verification password is invalid
USERNAME_NOT_OCCUPIED|The username is not occupied by anyone
USERNAME_INVALID|The username is invalid
MESSAGE_ID_INVALID|The message id is invalid
MESSAGE_NOT_MODIFIED|The message was not modified
MESSAGE_NOT_MODIFIED|The message was not modified
ENTITY_MENTION_USER_INVALID|The mentioned entity is not an user
1 id message
28 USERNAME_NOT_OCCUPIED The username is not occupied by anyone
29 USERNAME_INVALID The username is invalid
30 MESSAGE_ID_INVALID The message id is invalid
31 MESSAGE_NOT_MODIFIED The message was not modified
32 ENTITY_MENTION_USER_INVALID The mentioned entity is not an user