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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputBotInlineMessageMediaWebPage_
import { InputBotInlineMessageMediaWebPage_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
InputBotInlineMessageMediaWebPage_(params: { invert_media?: true; force_large_media?: true; force_small_media?: true; optional?: true; message: string; entities?: Array<enums.MessageEntity>; url: string; reply_markup?: enums.ReplyMarkup; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
entities: Array<enums.MessageEntity>
optional
force_large_media: true
optional
force_small_media: true
optional
invert_media: true
message: string
optional
optional: true
optional
reply_markup: enums.ReplyMarkup
url: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc