interface Emoji {
    emojiId: string;
    image: YouTube.Image;
    isCustomEmoji: boolean;
    searchTerms: string[];
    shortcuts: string[];
}

Properties

emojiId: string
image: YouTube.Image
isCustomEmoji: boolean
searchTerms: string[]
shortcuts: string[]