summary refs log tree commit diff
path: root/dist/gateway/src/schema/Emoji.js
blob: 79213bce82aaba12d005febd235e6d2a4871f3c3 (plain) (blame)
1
2
3
4
5
6
7
8
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