diff --git a/dist/gateway/src/schema/Emoji.js b/dist/gateway/src/schema/Emoji.js
new file mode 100644
index 00000000..79213bce
--- /dev/null
+++ b/dist/gateway/src/schema/Emoji.js
@@ -0,0 +1,9 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.EmojiSchema = void 0;
+exports.EmojiSchema = {
+ name: String,
+ $id: BigInt,
+ animated: Boolean,
+};
+//# sourceMappingURL=Emoji.js.map
\ No newline at end of file
diff --git a/dist/gateway/src/schema/Emoji.js.map b/dist/gateway/src/schema/Emoji.js.map
new file mode 100644
index 00000000..5e53526e
--- /dev/null
+++ b/dist/gateway/src/schema/Emoji.js.map
@@ -0,0 +1 @@
+{"version":3,"file":"Emoji.js","sourceRoot":"","sources":["../../../../../gateway/src/schema/Emoji.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IAC1B,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,MAAM;IACX,QAAQ,EAAE,OAAO;CACjB,CAAC"}
\ No newline at end of file
|