mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-29 22:34:33 +00:00
Schemas for stickers
This commit is contained in:
@@ -29,7 +29,7 @@ router.get(
|
||||
route({
|
||||
responses: {
|
||||
200: {
|
||||
body: "APIStickerArray",
|
||||
body: "StickersResponse",
|
||||
},
|
||||
403: {
|
||||
body: "APIErrorResponse",
|
||||
|
||||
@@ -27,7 +27,7 @@ router.get(
|
||||
route({
|
||||
responses: {
|
||||
200: {
|
||||
body: "APIStickerPackArray",
|
||||
body: "StickersResponse",
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user