Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/0_params.ts>EditMessageLiveLocationParams

Cross-runtime JavaScript library for building Telegram clients
Latest
interface EditMessageLiveLocationParams
import { type EditMessageLiveLocationParams } from "https://deno.land/x/mtkruto@0.2.24/client/0_params.ts";

Properties

optional
horizontalAccuracy: number

The accuracy radius of the location in meters. Must be in the range of 0-1500.

optional
heading: number

The direction which the user is moving towards. Must be in the range of 1-350.

optional
proximityAlertRadius: number

The maximum distance for proximity alerts on approaching another chat member in meters. Must be in the range 1-100,000.

optional
replyMarkup: ReplyMarkup

The reply markup of the message. Bot-only.