Schemas for stickers

This commit is contained in:
Rory&
2026-03-17 02:36:54 +01:00
parent 4850d73e51
commit ecea5540fa
7 changed files with 22 additions and 28 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ router.get(
route({
responses: {
200: {
body: "APIStickerArray",
body: "StickersResponse",
},
403: {
body: "APIErrorResponse",
+1 -1
View File
@@ -27,7 +27,7 @@ router.get(
route({
responses: {
200: {
body: "APIStickerPackArray",
body: "StickersResponse",
},
},
}),