interface EmotionGroup {
    emotions: NicoNama.Emotion[];
    id: number;
    isOwnerOnly: boolean;
    name: string;
}

Properties

emotions: NicoNama.Emotion[]
id: number
isOwnerOnly: boolean
name: string