Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/tl/2_types.ts>BotInlineMessageMediaInvoice_

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

Constructors

new
BotInlineMessageMediaInvoice_(params: { shipping_address_requested?: true; test?: true; title: string; description: string; photo?: enums.WebDocument; currency: string; total_amount: bigint; reply_markup?: enums.ReplyMarkup; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
currency: string
description: string
optional
photo: enums.WebDocument
optional
reply_markup: enums.ReplyMarkup
optional
shipping_address_requested: true
optional
test: true
title: string
total_amount: bigint

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc