Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { date: number; botId: BigInteger; providerId: BigInteger; title: string; description: string; photo?: TypeWebDocument; invoice: Invoice; info?: PaymentRequestedInfo; shipping?: ShippingOption; tipAmount?: BigInteger; currency: string; totalAmount: BigInteger; credentialsTitle: string; users: TypeUser[] }

Type declaration

CONSTRUCTOR_ID: 1891958275
SUBCLASS_OF_ID: 1493210057
classType: "constructor"
className: "payments.PaymentReceipt"
date: number
botId: BigInteger
providerId: BigInteger
title: string
description: string
invoice: Invoice
shipping?: ShippingOption
tipAmount?: BigInteger
currency: string
totalAmount: BigInteger
credentialsTitle: string
users: TypeUser[]

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer

Constructors

Generated using TypeDoc