@wppconnect-team/wppconnect - v1.36.4
    Preparing search index...

    Interface ReactionReturn

    297673

    297673 >= 2.2232.6

    interface ReactionReturn {
        reactionByMe: any;
        reactions: {
            aggregateEmoji: string;
            hasReactionByMe: boolean;
            senders: {
                msgKey: MsgKey;
                orphan: number;
                parentMsgKey: MsgKey;
                reactionText: string;
                read: boolean;
                senderUserJid: string;
                timestamp: number;
            }[];
        }[];
    }
    Index

    Properties

    reactionByMe: any
    reactions: {
        aggregateEmoji: string;
        hasReactionByMe: boolean;
        senders: {
            msgKey: MsgKey;
            orphan: number;
            parentMsgKey: MsgKey;
            reactionText: string;
            read: boolean;
            senderUserJid: string;
            timestamp: number;
        }[];
    }[]