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

    Type Alias ServerVideoMessage

    type ServerVideoMessage = {
        type: "video";
        video: {
            caption?: string;
            id: string;
            mime_type: string;
            sha256: string;
            url: string;
        };
    }
    Index

    Properties

    Properties

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