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

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

Constructors

new
Invoice_(params: { test?: true; name_requested?: true; phone_requested?: true; email_requested?: true; shipping_address_requested?: true; flexible?: true; phone_to_provider?: true; email_to_provider?: true; recurring?: true; currency: string; prices: Array<enums.LabeledPrice>; max_tip_amount?: bigint; suggested_tip_amounts?: Array<bigint>; terms_url?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
currency: string
optional
email_requested: true
optional
email_to_provider: true
optional
flexible: true
optional
max_tip_amount: bigint
optional
name_requested: true
optional
phone_requested: true
optional
phone_to_provider: true
prices: Array<enums.LabeledPrice>
optional
recurring: true
optional
shipping_address_requested: true
optional
suggested_tip_amounts: Array<bigint>
optional
terms_url: string
optional
test: true

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc