interface DefaultReactionEmoji {
    id: null | string;
    name: null | string;
}

Properties

Properties

id: null | string
name: null | string