Add MESSAGE_TOO_LONG error

This commit is contained in:
Dan 2017-12-18 09:30:07 +01:00
parent 8086d68b27
commit a02dd6302e

View File

@ -29,4 +29,5 @@ 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
ENTITY_MENTION_USER_INVALID The mentioned entity is not an user
ENTITY_MENTION_USER_INVALID The mentioned entity is not an user
MESSAGE_TOO_LONG The message text is over 4096 characters
1 id message
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
33 MESSAGE_TOO_LONG The message text is over 4096 characters