diff --git a/deno/rest/common.ts b/deno/rest/common.ts index db50fe5db..813852c62 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + UploadedFileNotFound = 50146, + YouDoNotHavePermissionToSendThisSticker = 50600, TwoFactorAuthenticationIsRequired = 60003, diff --git a/rest/common.ts b/rest/common.ts index db50fe5db..813852c62 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes { RequestBodyContainsInvalidJSON = 50109, + UploadedFileNotFound = 50146, + YouDoNotHavePermissionToSendThisSticker = 50600, TwoFactorAuthenticationIsRequired = 60003,