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

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

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

Constructors

new
MessageMediaInvoice_(params: { shipping_address_requested?: true; test?: true; title: string; description: string; photo?: enums.WebDocument; receipt_msg_id?: number; currency: string; total_amount: bigint; start_param: string; extended_media?: enums.MessageExtendedMedia; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
currency: string
description: string
optional
extended_media: enums.MessageExtendedMedia
optional
photo: enums.WebDocument
optional
receipt_msg_id: number
optional
shipping_address_requested: true
start_param: string
optional
test: true
title: string
total_amount: bigint

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc