nest-whatsapp - v0.0.1
    Preparing search index...

    Interface WhatsAppReaction

    interface WhatsAppReaction {
        action?: "react" | "unreact";
        emoji?: string;
        message_id: string;
    }
    Index

    Properties

    action?: "react" | "unreact"
    emoji?: string
    message_id: string