@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias Reactions

    Structure representing all reactions to a particular message.

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

    Properties

    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.