Class TdApi.PaymentOption

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.PaymentOption
Enclosing class:
TdApi

public static class TdApi.PaymentOption extends TdApi.Object
Describes an additional payment option.
  • Field Details

    • title

      public String title
      Title for the payment option.
    • url

      public String url
      Payment form URL to be opened in a web view.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • PaymentOption

      public PaymentOption()
      Describes an additional payment option.
    • PaymentOption

      public PaymentOption(String title, String url)
      Describes an additional payment option.
      Parameters:
      title - Title for the payment option.
      url - Payment form URL to be opened in a web view.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR