interface ReactionsSummary {
    count: number;
    reaction: string;
    unicode: string;
    webcastDate: string;
}

Properties

count: number

The number of emojis sent.

reaction: string

The emoji character.

unicode: string

The unicode representation of the emoji character.

webcastDate: string

Date and time the reaction was recorded.