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

    Type Alias Reaction

    A single reaction emoji.

    type Reaction = {
        count: Usize;
        emoji: string;
        isFromSelf: boolean;
    }
    Index

    Properties

    count: Usize

    Emoji frequency.

    emoji: string

    Emoji.

    isFromSelf: boolean

    True if we reacted with this emoji.