Skip to main content
Module

x/mtkruto/mod.ts>types.GeoPoint

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.GeoPoint
extends TypeGeoPoint
import { types } from "https://deno.land/x/mtkruto@0.0.835/mod.ts";
const { GeoPoint } = types;

Constructors

new
GeoPoint(params: { long: number; lat: number; accessHash: bigint; accuracyRadius?: number; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc