Skip to main content
Module

x/grm/mod.ts>Api.ChannelLocation

MTProto API Client for Deno 🦕
Go to Latest
class Api.ChannelLocation
extends VirtualClass<{ geoPoint: Api.TypeGeoPoint; address: string; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ChannelLocation } = Api;

Properties

address: string
className: "ChannelLocation"
classType: "constructor"
CONSTRUCTOR_ID: 547062491
geoPoint: Api.TypeGeoPoint
SUBCLASS_OF_ID: 3961916287

Static Methods

fromReader(reader: Reader): ChannelLocation