Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BotInlineMessageMediaInvoice

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; currency: string; totalAmount: BigInteger; replyMarkup?: TypeReplyMarkup }

Type declaration

  • Optional shippingAddressRequested?: boolean
  • Optional test?: boolean
  • title: string
  • description: string
  • Optional photo?: TypeWebDocument
  • currency: string
  • totalAmount: BigInteger
  • Optional replyMarkup?: TypeReplyMarkup
CONSTRUCTOR_ID: 894081801
SUBCLASS_OF_ID: 3297841032
classType: "constructor"
className: "BotInlineMessageMediaInvoice"
shippingAddressRequested?: boolean
test?: boolean
title: string
description: string
currency: string
totalAmount: BigInteger
replyMarkup?: TypeReplyMarkup

Methods

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

Constructors

Generated using TypeDoc