feat(RESTJSONErrorCodes): UnknownStickerPack (#1055)

This commit is contained in:
Almeida
2024-08-15 20:02:28 +03:00
committed by GitHub
parent 25efb9c403
commit 906dd8e241
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes {
UnknownDiscoverableServerCategory = 10_059,
UnknownSticker,
UnknownInteraction = 10_062,
UnknownStickerPack,
UnknownInteraction,
UnknownApplicationCommand,
UnknownVoiceState = 10_065,
+2 -2
View File
@@ -43,8 +43,8 @@ export enum RESTJSONErrorCodes {
UnknownDiscoverableServerCategory = 10_059,
UnknownSticker,
UnknownInteraction = 10_062,
UnknownStickerPack,
UnknownInteraction,
UnknownApplicationCommand,
UnknownVoiceState = 10_065,