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

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

Represents a location tag attached to a story, with additional venue information.

Constructors

new
InputMediaAreaVenue_(params: { coordinates: enums.MediaAreaCoordinates; query_id: bigint; result_id: string; })

Properties

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

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

query_id: bigint

The query_id from messages.botResults, see here » for more info.

result_id: string

The id of the chosen result, see here » for more info.

Static Properties

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