OneSDK
    Preparing search index...
    interface EmojiSrcs {
        emojiId: string;
        image: YouTube.Image;
        index: number;
        isCustomEmoji: boolean;
        searchTerms: string[];
        shortcuts: string[];
    }
    Index

    Properties

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