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

x/mtkruto/tl/2_types.ts>ChannelLocation_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChannelLocation_
import { ChannelLocation_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Geographical location of supergroup (geogroups)

Constructors

new
ChannelLocation_(params: { geo_point: enums.GeoPoint; address: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
address: string

Textual description of the address

geo_point: enums.GeoPoint

Geographical location of supergroup

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc