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

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

Constructors

new
MessageMediaInvoice(params: { shippingAddressRequested?: true; test?: true; title: string; description: string; photo?: TypeWebDocument; receiptMsgId?: number; currency: string; totalAmount: bigint; startParam: string; extendedMedia?: TypeMessageExtendedMedia; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
currency: string
description: string
optional
extendedMedia: TypeMessageExtendedMedia
optional
photo: TypeWebDocument
optional
receiptMsgId: number
optional
shippingAddressRequested: true
startParam: string
optional
test: true
title: string
totalAmount: bigint

Static Properties

readonly
[paramDesc]: ParamDesc