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

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

Represents a channel post.

Constructors

new
MediaAreaChannelPost_(params: { coordinates: enums.MediaAreaCoordinates; channel_id: bigint; msg_id: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel_id: bigint

The channel that posted the message

coordinates: enums.MediaAreaCoordinates

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

msg_id: number

ID of the channel message

Static Properties

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