Module tdlight.api

Class TdApi.PaymentProviderOther

Enclosing class:
TdApi

public static final class TdApi.PaymentProviderOther extends TdApi.PaymentProvider
Some other payment provider, for which a web payment form must be shown.
  • Field Details

  • Constructor Details

    • PaymentProviderOther

      public PaymentProviderOther()
      Some other payment provider, for which a web payment form must be shown.
    • PaymentProviderOther

      public PaymentProviderOther(String url)
      Some other payment provider, for which a web payment form must be shown.
      Parameters:
      url - String Payment form URL.
    • PaymentProviderOther

      public PaymentProviderOther(DataInput input) throws IOException
      Some other payment provider, for which a web payment form must be shown.
      Throws:
      IOException
  • Method Details