import { types } from "https://deno.land/x/mtkruto@0.0.998/2_tl.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>; })