feat(RESTJSONErrorCodes): add error 50146 (#527)

This commit is contained in:
MateoDeveloper
2022-07-14 15:53:31 -05:00
committed by GitHub
parent 3644b70e2e
commit e78de0c83b
2 changed files with 4 additions and 0 deletions

View File

@@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes {
RequestBodyContainsInvalidJSON = 50109,
UploadedFileNotFound = 50146,
YouDoNotHavePermissionToSendThisSticker = 50600,
TwoFactorAuthenticationIsRequired = 60003,

View File

@@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes {
RequestBodyContainsInvalidJSON = 50109,
UploadedFileNotFound = 50146,
YouDoNotHavePermissionToSendThisSticker = 50600,
TwoFactorAuthenticationIsRequired = 60003,