OneSDK
    Preparing search index...
    interface EmotionGroup {
        emotions: Emotion[];
        id: number;
        isOwnerOnly: boolean;
        name: string;
    }
    Index

    Properties

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