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

    Type Alias ServerVideoMessage

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

    Properties

    Properties

    type: "video"
    video: { id: string; mime_type: string; sha256: string }