teleproto - v1.229.0
    Preparing search index...

    Class Invoice

    Hierarchy (View Summary)

    • VirtualClass<
          {
              currency: string;
              emailRequested?: boolean;
              emailToProvider?: boolean;
              flexible?: boolean;
              maxTipAmount?: long;
              nameRequested?: boolean;
              phoneRequested?: boolean;
              phoneToProvider?: boolean;
              prices: TypeLabeledPrice[];
              recurring?: boolean;
              shippingAddressRequested?: boolean;
              subscriptionPeriod?: int;
              suggestedTipAmounts?: long[];
              termsUrl?: string;
              test?: boolean;
          },
      >
      • Invoice
    Index
    • Parameters

      • args: {
            currency: string;
            emailRequested?: boolean;
            emailToProvider?: boolean;
            flexible?: boolean;
            maxTipAmount?: BigInteger;
            nameRequested?: boolean;
            phoneRequested?: boolean;
            phoneToProvider?: boolean;
            prices: LabeledPrice[];
            recurring?: boolean;
            shippingAddressRequested?: boolean;
            subscriptionPeriod?: number;
            suggestedTipAmounts?: BigInteger[];
            termsUrl?: string;
            test?: boolean;
        }

      Returns Invoice

    • Returns {
          currency: string;
          emailRequested?: boolean;
          emailToProvider?: boolean;
          flexible?: boolean;
          maxTipAmount?: BigInteger;
          nameRequested?: boolean;
          phoneRequested?: boolean;
          phoneToProvider?: boolean;
          prices: LabeledPrice[];
          recurring?: boolean;
          shippingAddressRequested?: boolean;
          subscriptionPeriod?: number;
          suggestedTipAmounts?: BigInteger[];
          termsUrl?: string;
          test?: boolean;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "Invoice"
    classType: "constructor"
    CONSTRUCTOR_ID: 77522308
    currency: string
    emailRequested?: boolean
    emailToProvider?: boolean
    flexible?: boolean
    maxTipAmount?: BigInteger
    nameRequested?: boolean
    originalArgs: {
        currency: string;
        emailRequested?: boolean;
        emailToProvider?: boolean;
        flexible?: boolean;
        maxTipAmount?: BigInteger;
        nameRequested?: boolean;
        phoneRequested?: boolean;
        phoneToProvider?: boolean;
        prices: LabeledPrice[];
        recurring?: boolean;
        shippingAddressRequested?: boolean;
        subscriptionPeriod?: number;
        suggestedTipAmounts?: BigInteger[];
        termsUrl?: string;
        test?: boolean;
    }
    phoneRequested?: boolean
    phoneToProvider?: boolean
    prices: LabeledPrice[]
    recurring?: boolean
    shippingAddressRequested?: boolean
    SUBCLASS_OF_ID: 1608003288
    subscriptionPeriod?: number
    suggestedTipAmounts?: BigInteger[]
    termsUrl?: string
    test?: boolean