@webitel/api-services
    Preparing search index...

    SendLocationRequest sends a geographic location message.

    interface WebitelImApiGatewayV1SendLocationRequest {
        address?: string;
        latitude?: number;
        longitude?: number;
        metadata?: WebitelImApiGatewayV1SendLocationRequestMetadata;
        name?: string;
        sendId?: string;
        to?: WebitelImApiGatewayV1Peer;
    }
    Index

    Properties

    address?: string

    Optional human-readable address.

    latitude?: number

    Latitude in degrees. Must be between -90 and +90.

    longitude?: number

    Longitude in degrees. Must be between -180 and +180.

    Arbitrary metadata.

    name?: string

    Optional location name (e.g., "Central Park").

    sendId?: string

    Optional send ID for idempotency.

    Recipient of the message.