feat(RESTJSONErrorCodes): add error 50178 (#752)

This commit is contained in:
Almeida
2023-05-25 22:53:29 +01:00
committed by GitHub
parent 1db56d30a8
commit 30fb4978b7
2 changed files with 4 additions and 0 deletions

View File

@@ -240,6 +240,8 @@ export enum RESTJSONErrorCodes {
YouCannotSendVoiceMessagesInThisChannel = 50_173,
TheUserAccountMustFirstBeVerified = 50_178,
YouDoNotHavePermissionToSendThisSticker = 50_600,
TwoFactorAuthenticationIsRequired = 60_003,

View File

@@ -240,6 +240,8 @@ export enum RESTJSONErrorCodes {
YouCannotSendVoiceMessagesInThisChannel = 50_173,
TheUserAccountMustFirstBeVerified = 50_178,
YouDoNotHavePermissionToSendThisSticker = 50_600,
TwoFactorAuthenticationIsRequired = 60_003,