diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 3840d359a..38c3d3428 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + OwnershipCannotBeMovedToABotUser = 50132, + UploadedFileNotFound = 50146, YouDoNotHavePermissionToSendThisSticker = 50600, diff --git a/rest/common.ts b/rest/common.ts index 3840d359a..38c3d3428 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + OwnershipCannotBeMovedToABotUser = 50132, + UploadedFileNotFound = 50146, YouDoNotHavePermissionToSendThisSticker = 50600,