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

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

Constructors

new
payments_PaymentReceipt_(params: { date: number; bot_id: bigint; provider_id: bigint; title: string; description: string; photo?: enums.WebDocument; invoice: enums.Invoice; info?: enums.PaymentRequestedInfo; shipping?: enums.ShippingOption; tip_amount?: bigint; currency: string; total_amount: bigint; credentials_title: string; users: Array<enums.User>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
bot_id: bigint
credentials_title: string
currency: string
date: number
description: string
optional
info: enums.PaymentRequestedInfo
invoice: enums.Invoice
optional
photo: enums.WebDocument
provider_id: bigint
optional
shipping: enums.ShippingOption
optional
tip_amount: bigint
title: string
total_amount: bigint
users: Array<enums.User>

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc