Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LabeledPrice

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { label: string; amount: BigInteger }

Type declaration

  • label: string
  • amount: BigInteger
CONSTRUCTOR_ID: 3408489464
SUBCLASS_OF_ID: 478413946
classType: "constructor"
className: "LabeledPrice"
label: string
amount: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { label: string; amount: BigInteger }

Constructors

  • new LabeledPrice(args: { label: string; amount: BigInteger }): LabeledPrice

Generated using TypeDoc