teleproto - v1.229.0
    Preparing search index...

    Class MessageMediaInvoice

    Hierarchy (View Summary)

    • VirtualClass<
          {
              currency: string;
              description: string;
              extendedMedia?: TypeMessageExtendedMedia;
              photo?: TypeWebDocument;
              receiptMsgId?: int;
              shippingAddressRequested?: boolean;
              startParam: string;
              test?: boolean;
              title: string;
              totalAmount: long;
          },
      >
      • MessageMediaInvoice
    Index
    • Parameters

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

      Returns MessageMediaInvoice

    • Returns {
          currency: string;
          description: string;
          extendedMedia?: TypeMessageExtendedMedia;
          photo?: TypeWebDocument;
          receiptMsgId?: number;
          shippingAddressRequested?: boolean;
          startParam: string;
          test?: boolean;
          title: string;
          totalAmount: BigInteger;
      }

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