1 2 3 4 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 };