Type alias Reactions

Reactions: {
    reactions: Reaction[];
    reactionsByContact: Record<T.U32, string[]>;
}

Structure representing all reactions to a particular message.

Type declaration

  • reactions: Reaction[]

    Unique reactions and their count, sorted in descending order.

  • reactionsByContact: Record<T.U32, string[]>

    Map from a contact to it's reaction to message.

Generated using TypeDoc