class PaymentsPaymentReceipt
extends _TypePaymentsPaymentReceipt
import { PaymentsPaymentReceipt } from "https://deno.land/x/mtkruto@0.0.998/tl/2_types.ts";
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
[params]: Paramsoptional
info: TypePaymentRequestedInfoinvoice: TypeInvoice
optional
photo: TypeWebDocumentoptional
shipping: TypeShippingOptionusers: Array<TypeUser>
Static Properties
readonly
[paramDesc]: ParamDesc