ultra-telegram-framework
    Preparing search index...

    Interface InputMediaLocation

    Represents a location to be sent.

    interface InputMediaLocation {
        horizontal_accuracy?: number;
        latitude: number;
        longitude: number;
        type: string;
    }
    Index

    Properties

    horizontal_accuracy?: number

    Optional. The radius of uncertainty for the location, measured in meters; 0-1500

    latitude: number

    Latitude of the location

    longitude: number

    Longitude of the location

    type: string

    Type of the result, must be location