whatsapp-api-js - v5.2.0
    Preparing search index...

    Type Alias ServerTextMessage

    type ServerTextMessage = {
        text: { body: string };
        type: "text";
    }
    Index

    Properties

    Properties

    text: { body: string }
    type: "text"