EmojiAddSchema: {
    emojis: {
        animated: EmojiSchema[];
        normal: EmojiSchema[];
    };
    lockToSubIfSet: boolean;
}