feat(RESTJSONErrorCodes): add CannotForwardMessageWithUnreadableContent (#1628)

This commit is contained in:
Almeida
2026-04-14 23:28:24 +01:00
committed by GitHub
parent 3691d77da3
commit 09c71fe9d1
2 changed files with 4 additions and 0 deletions

2
deno/rest/common.ts generated
View File

@@ -301,6 +301,8 @@ export enum RESTJSONErrorCodes {
MaximumActiveThreads,
MaximumActiveAnnouncementThreads,
CannotForwardMessageWithUnreadableContent = 160_014,
InvalidJSONForUploadedLottieFile = 170_001,
UploadedLottiesCannotContainRasterizedImages,
StickerMaximumFramerateExceeded,

View File

@@ -301,6 +301,8 @@ export enum RESTJSONErrorCodes {
MaximumActiveThreads,
MaximumActiveAnnouncementThreads,
CannotForwardMessageWithUnreadableContent = 160_014,
InvalidJSONForUploadedLottieFile = 170_001,
UploadedLottiesCannotContainRasterizedImages,
StickerMaximumFramerateExceeded,