feat(RESTJSONErrorCodes): add error 50132 (#505)

Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
This commit is contained in:
MateoDeveloper
2022-07-16 06:56:16 -05:00
committed by GitHub
parent 8465c5866c
commit 907d88ada9
2 changed files with 4 additions and 0 deletions

View File

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

View File

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