Class TdApi.LoginUrlInfoOpen

Enclosing class:
TdApi

public static class TdApi.LoginUrlInfoOpen extends TdApi.LoginUrlInfo
An HTTP URL needs to be open.
  • Field Details

    • url

      public String url
      The URL to open.
    • skipConfirmation

      public boolean skipConfirmation
      True, if there is no need to show an ordinary open URL confirmation.
    • CONSTRUCTOR

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

    • LoginUrlInfoOpen

      public LoginUrlInfoOpen()
      An HTTP URL needs to be open.
    • LoginUrlInfoOpen

      public LoginUrlInfoOpen(String url, boolean skipConfirmation)
      An HTTP URL needs to be open.
      Parameters:
      url - The URL to open.
      skipConfirmation - True, if there is no need to show an ordinary open URL confirmation.
  • 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