Class TdApi.InlineQueryResultsButtonTypeWebApp

Enclosing class:
TdApi

public static class TdApi.InlineQueryResultsButtonTypeWebApp extends TdApi.InlineQueryResultsButtonType
Describes the button that opens a Web App by calling getWebAppUrl.
  • Field Details

    • url

      public String url
      An HTTP URL to pass to getWebAppUrl.
    • CONSTRUCTOR

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

    • InlineQueryResultsButtonTypeWebApp

      public InlineQueryResultsButtonTypeWebApp()
      Describes the button that opens a Web App by calling getWebAppUrl.
    • InlineQueryResultsButtonTypeWebApp

      public InlineQueryResultsButtonTypeWebApp(String url)
      Describes the button that opens a Web App by calling getWebAppUrl.
      Parameters:
      url - An HTTP URL to pass to getWebAppUrl.
  • 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