teleproto - v1.229.0
    Preparing search index...

    Class PaymentReceipt

    Hierarchy (View Summary)

    • VirtualClass<
          {
              botId: long;
              credentialsTitle: string;
              currency: string;
              date: int;
              description: string;
              info?: TypePaymentRequestedInfo;
              invoice: TypeInvoice;
              photo?: TypeWebDocument;
              providerId: long;
              shipping?: TypeShippingOption;
              tipAmount?: long;
              title: string;
              totalAmount: long;
              users: TypeUser[];
          },
      >
      • PaymentReceipt
    Index
    • Parameters

      • args: {
            botId: BigInteger;
            credentialsTitle: string;
            currency: string;
            date: number;
            description: string;
            info?: PaymentRequestedInfo;
            invoice: Invoice;
            photo?: TypeWebDocument;
            providerId: BigInteger;
            shipping?: ShippingOption;
            tipAmount?: BigInteger;
            title: string;
            totalAmount: BigInteger;
            users: TypeUser[];
        }

      Returns PaymentReceipt

    • Returns {
          botId: BigInteger;
          credentialsTitle: string;
          currency: string;
          date: number;
          description: string;
          info?: PaymentRequestedInfo;
          invoice: Invoice;
          photo?: TypeWebDocument;
          providerId: BigInteger;
          shipping?: ShippingOption;
          tipAmount?: BigInteger;
          title: string;
          totalAmount: BigInteger;
          users: TypeUser[];
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    botId: BigInteger
    className: "payments.PaymentReceipt"
    classType: "constructor"
    CONSTRUCTOR_ID: 1891958275
    credentialsTitle: string
    currency: string
    date: number
    description: string
    invoice: Invoice
    originalArgs: {
        botId: BigInteger;
        credentialsTitle: string;
        currency: string;
        date: number;
        description: string;
        info?: PaymentRequestedInfo;
        invoice: Invoice;
        photo?: TypeWebDocument;
        providerId: BigInteger;
        shipping?: ShippingOption;
        tipAmount?: BigInteger;
        title: string;
        totalAmount: BigInteger;
        users: TypeUser[];
    }
    providerId: BigInteger
    shipping?: ShippingOption
    SUBCLASS_OF_ID: 1493210057
    tipAmount?: BigInteger
    title: string
    totalAmount: BigInteger
    users: TypeUser[]