Skip to main content
Module

x/mtkruto/mod.ts>tl.types.InputGeoPoint

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.types.InputGeoPoint
extends _TypeInputGeoPoint
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { InputGeoPoint } = tl.types;

Constructors

new
InputGeoPoint(params: { lat: number; long: number; accuracyRadius?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
accuracyRadius: number
lat: number
long: number

Static Properties

readonly
[paramDesc]: ParamDesc