@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface ToggleReactionInput

    Properties required to toggle a reaction.

    ToggleReactionInput

    interface ToggleReactionInput {
        content: string;
        handleId: HandleId;
        messageId: string;
        recipient: Recipient;
    }
    Index

    Properties

    content: string

    The reaction string to attach to the message. This may be an emoji or any other app-specific string.

    handleId: HandleId

    Identifier of the handle owned by this client.

    messageId: string

    The identifier of the target message.

    recipient: Recipient

    The target recipient.