Skip to main content
Module

x/mtkruto/mod.ts>types.MessageMediaGeoLive

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageMediaGeoLive
extends _TypeMessageMedia
import { types } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { MessageMediaGeoLive } = types;

Constructors

new
MessageMediaGeoLive(params: { geo: TypeGeoPoint; heading?: number; period: number; proximityNotificationRadius?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
geo: TypeGeoPoint
optional
heading: number
period: number
optional
proximityNotificationRadius: number

Static Properties

readonly
[paramDesc]: ParamDesc