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;
        }[];
    }[];
}

Properties

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