Interface

APIGuildStickerBulkCreateResponse

Response from POST /guilds/{id}/stickers/bulk (bulk create stickers).

Properties

NameTypeDescription
failedArray<{ name: string; error: string }>Failed sticker creations with error messages.
successAPISticker[]Successfully created stickers.