Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MessageMediaInvoice

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { shippingAddressRequested?: boolean; test?: boolean; title: string; description: string; photo?: TypeWebDocument; receiptMsgId?: number; currency: string; totalAmount: BigInteger; startParam: string; extendedMedia?: TypeMessageExtendedMedia }

Type declaration

  • Optional shippingAddressRequested?: boolean
  • Optional test?: boolean
  • title: string
  • description: string
  • Optional photo?: TypeWebDocument
  • Optional receiptMsgId?: number
  • currency: string
  • totalAmount: BigInteger
  • startParam: string
  • Optional extendedMedia?: TypeMessageExtendedMedia
CONSTRUCTOR_ID: 4138027219
SUBCLASS_OF_ID: 1198308914
classType: "constructor"
className: "MessageMediaInvoice"
shippingAddressRequested?: boolean
test?: boolean
title: string
description: string
receiptMsgId?: number
currency: string
totalAmount: BigInteger
startParam: string
extendedMedia?: TypeMessageExtendedMedia

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { shippingAddressRequested?: boolean; test?: boolean; title: string; description: string; photo?: TypeWebDocument; receiptMsgId?: number; currency: string; totalAmount: BigInteger; startParam: string; extendedMedia?: TypeMessageExtendedMedia }

Constructors

  • new MessageMediaInvoice(args: { shippingAddressRequested?: boolean; test?: boolean; title: string; description: string; photo?: TypeWebDocument; receiptMsgId?: number; currency: string; totalAmount: BigInteger; startParam: string; extendedMedia?: TypeMessageExtendedMedia }): MessageMediaInvoice

Generated using TypeDoc