Skip to main content
Module

x/mtkruto/mod.ts>types.InputGeoPoint

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.InputGeoPoint
extends _TypeInputGeoPoint
import { types } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { InputGeoPoint } = 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