diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 30c8cdf4..0967c0e2 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -301,6 +301,8 @@ export enum RESTJSONErrorCodes { MaximumActiveThreads, MaximumActiveAnnouncementThreads, + CannotForwardMessageWithUnreadableContent = 160_014, + InvalidJSONForUploadedLottieFile = 170_001, UploadedLottiesCannotContainRasterizedImages, StickerMaximumFramerateExceeded, diff --git a/rest/common.ts b/rest/common.ts index 30c8cdf4..0967c0e2 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -301,6 +301,8 @@ export enum RESTJSONErrorCodes { MaximumActiveThreads, MaximumActiveAnnouncementThreads, + CannotForwardMessageWithUnreadableContent = 160_014, + InvalidJSONForUploadedLottieFile = 170_001, UploadedLottiesCannotContainRasterizedImages, StickerMaximumFramerateExceeded,