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>MediaAreaGeoPoint_

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

Represents a geolocation tag attached to a story.

Constructors

new
MediaAreaGeoPoint_(params: { coordinates: enums.MediaAreaCoordinates; geo: enums.GeoPoint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
coordinates: enums.MediaAreaCoordinates

The size and position of the media area corresponding to the location sticker on top of the story media.

geo: enums.GeoPoint

Coordinates of the geolocation tag.

Static Properties

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