Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/2_tl.ts>types.MessageActionGeoProximityReached

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

Constructors

new
MessageActionGeoProximityReached(params: { fromId: TypePeer; toId: TypePeer; distance: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
distance: number
fromId: TypePeer
toId: TypePeer

Static Properties

readonly
[paramDesc]: ParamDesc