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

x/mtkruto/tl/3_functions.ts>channels_editLocation_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class channels_editLocation_
extends Function_<boolean>
import { channels_editLocation_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Edit location of geogroup, see here » for more info on geogroups.

Constructors

new
channels_editLocation_(params: { channel: enums.InputChannel; geo_point: enums.InputGeoPoint; address: string; })

Properties

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

Address string

channel: enums.InputChannel
geo_point: enums.InputGeoPoint

New geolocation

Static Properties

__F: (params: { channel: enums.InputChannel; geo_point: enums.InputGeoPoint; address: string; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc