Skip to main content
Module

x/grm/mod.ts>tl.Api.MessageMediaGeo

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

Properties

className: "MessageMediaGeo"
classType: "constructor"
CONSTRUCTOR_ID: 1457575028
geo: Api.TypeGeoPoint
SUBCLASS_OF_ID: 1198308914

Static Methods

fromReader(reader: Reader): MessageMediaGeo