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

    Type Alias ServerLocationMessage

    type ServerLocationMessage = {
        location: {
            address?: string;
            latitude: string;
            longitude: string;
            name?: string;
        };
        type: "location";
    }
    Index

    Properties

    Properties

    location: {
        address?: string;
        latitude: string;
        longitude: string;
        name?: string;
    }
    type: "location"