Skip to main content
Module

x/mtkruto/mod.ts>types.PaymentsPaymentReceipt

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

Constructors

new
PaymentsPaymentReceipt(params: { date: number; botId: bigint; providerId: bigint; title: string; description: string; photo?: TypeWebDocument; invoice: TypeInvoice; info?: TypePaymentRequestedInfo; shipping?: TypeShippingOption; tipAmount?: bigint; currency: string; totalAmount: bigint; credentialsTitle: string; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
botId: bigint
credentialsTitle: string
currency: string
date: number
description: string
invoice: TypeInvoice
optional
photo: TypeWebDocument
providerId: bigint
optional
shipping: TypeShippingOption
optional
tipAmount: bigint
title: string
totalAmount: bigint
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc