Type alias Reaction

Reaction: {
    count: Usize;
    emoji: string;
    isFromSelf: boolean;
}

A single reaction emoji.

Type declaration

  • count: Usize

    Emoji frequency.

  • emoji: string

    Emoji.

  • isFromSelf: boolean

    True if we reacted with this emoji.

Generated using TypeDoc