interface ReactionData {
    msgKey: string;
    orphan: number;
    orphanReason: any;
    parentMsgKey: string;
    reactionText: string;
    read: boolean;
    senderUserJid: string;
    timestamp: number;
}

Properties

msgKey: string
orphan: number
orphanReason: any
parentMsgKey: string
reactionText: string
read: boolean
senderUserJid: string
timestamp: number