summary refs log tree commit diff
path: root/src/Schema/Emoji.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Schema/Emoji.ts')
-rw-r--r--src/Schema/Emoji.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Schema/Emoji.ts b/src/Schema/Emoji.ts
new file mode 100644

index 00000000..ebb9afdd --- /dev/null +++ b/src/Schema/Emoji.ts
@@ -0,0 +1,5 @@ +export const EmojiSchema = { + name: String, // the name of the emoji + id: BigInt, // the id of the emoji + animated: Boolean, // whether this emoji is animated +};