Add [403 PREMIUM_ACCOUNT_REQUIRED] error

Closes #1024
This commit is contained in:
Dan 2022-06-21 12:12:08 +02:00
parent 78e1d29b37
commit 0e0642ebfd

View File

@ -25,3 +25,4 @@ USER_IS_BLOCKED The user is blocked
USER_NOT_MUTUAL_CONTACT The provided user is not a mutual contact
USER_PRIVACY_RESTRICTED The user's privacy settings is preventing you to perform this action
USER_RESTRICTED You are limited/restricted. You can't perform this action
PREMIUM_ACCOUNT_REQUIRED This action requires a premium account
1 id message
25 USER_NOT_MUTUAL_CONTACT The provided user is not a mutual contact
26 USER_PRIVACY_RESTRICTED The user's privacy settings is preventing you to perform this action
27 USER_RESTRICTED You are limited/restricted. You can't perform this action
28 PREMIUM_ACCOUNT_REQUIRED This action requires a premium account