Documentation - v0.27.0
    Preparing search index...

    Interface InputInlineMessageGeoLive

    Inline message containing a live geolocation

    interface InputInlineMessageGeoLive {
        accuracy?: number;
        caption?: InputText;
        heading?: number;
        latitude: number;
        longitude: number;
        period?: number;
        proximityNotificationRadius?: number;
        replyMarkup?: ReplyMarkup;
        stopped?: boolean;
        type: "geo_live";
    }

    Hierarchy (View Summary)

    Index

    Properties

    accuracy?: number

    The estimated horizontal accuracy of the geolocation, in meters (0-1500)

    caption?: InputText

    Caption of the media

    heading?: number

    Direction in which the location moves, in degrees (1-360)

    latitude: number

    Latitude of the geolocation

    longitude: number

    Longitude of the geolocation

    period?: number

    Validity period of the live location

    proximityNotificationRadius?: number

    Maximum distance to another chat member for proximity alerts, in meters (0-100000)

    replyMarkup?: ReplyMarkup

    Message's reply markup

    stopped?: boolean

    Whether sending of the geolocation has stopped

    type: "geo_live"