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

    Interface MessageReaction

    Representation of the message reaction information.

    MessageReaction

    interface MessageReaction {
        content: string;
        count: number;
        eventIds: string[];
        senderHandleIds: HandleId[];
    }
    Index

    Properties

    content: string

    The reaction content string. This may be an emoji or any other app-specific string.

    count: number

    The total number of handles who reacted with this reaction.

    eventIds: string[]

    The eventIds of the reaction events of this reaction.

    senderHandleIds: HandleId[]

    The handle identifiers that reacted with this reaction.