teleproto - v1.229.0
    Preparing search index...

    Class BotInlineMessageMediaInvoice

    Hierarchy (View Summary)

    • VirtualClass<
          {
              currency: string;
              description: string;
              photo?: TypeWebDocument;
              replyMarkup?: TypeReplyMarkup;
              shippingAddressRequested?: boolean;
              test?: boolean;
              title: string;
              totalAmount: long;
          },
      >
      • BotInlineMessageMediaInvoice
    Index
    • Returns {
          currency: string;
          description: string;
          photo?: TypeWebDocument;
          replyMarkup?: TypeReplyMarkup;
          shippingAddressRequested?: boolean;
          test?: boolean;
          title: string;
          totalAmount: BigInteger;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "BotInlineMessageMediaInvoice"
    classType: "constructor"
    CONSTRUCTOR_ID: 894081801
    currency: string
    description: string
    originalArgs: {
        currency: string;
        description: string;
        photo?: TypeWebDocument;
        replyMarkup?: TypeReplyMarkup;
        shippingAddressRequested?: boolean;
        test?: boolean;
        title: string;
        totalAmount: BigInteger;
    }
    replyMarkup?: TypeReplyMarkup
    shippingAddressRequested?: boolean
    SUBCLASS_OF_ID: 3297841032
    test?: boolean
    title: string
    totalAmount: BigInteger