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

    Type Alias ServerImageMessage

    type ServerImageMessage = {
        image: {
            caption?: string;
            id: string;
            mime_type: string;
            sha256: string;
            url: string;
        };
        type: "image";
    }
    Index

    Properties

    Properties

    image: {
        caption?: string;
        id: string;
        mime_type: string;
        sha256: string;
        url: string;
    }
    type: "image"