summary refs log tree commit diff
path: root/src/schemas/api/guilds/Sticker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/api/guilds/Sticker.ts')
-rw-r--r--src/schemas/api/guilds/Sticker.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/schemas/api/guilds/Sticker.ts b/src/schemas/api/guilds/Sticker.ts
new file mode 100644

index 00000000..89b11ccf --- /dev/null +++ b/src/schemas/api/guilds/Sticker.ts
@@ -0,0 +1,11 @@ +export enum StickerType { + STANDARD = 1, + GUILD = 2, +} + +export enum StickerFormatType { + GIF = 0, // gif is a custom format type and not in discord spec + PNG = 1, + APNG = 2, + LOTTIE = 3, +}