Skip to main content
Module

x/mtkruto/mod.ts>types.MessageMediaInvoice

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessageMediaInvoice
extends _TypeMessageMedia
import { types } from "https://deno.land/x/mtkruto@0.0.990/mod.ts";
const { MessageMediaInvoice } = types;

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