interface ReactionsSettings {
    emojis?: { character: string; name: string }[];
    enabled?: boolean;
}

Properties

Properties

emojis?: { character: string; name: string }[]

List of emojis available for the event. If omitted or left empty the emojis will default to the standard set.

Type declaration

  • character: string

    The unicode representation of the emoji character.

  • name: string

    The name of the emoji.

enabled?: boolean

Default=false. When true, the Live Emoji Reactions feature is enabled for the event.