Module tdlight.api

Class TdApi.InlineQueryResultsButtonTypeWebApp

Enclosing class:
TdApi

public static final 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
      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 - String An HTTP URL to pass to getWebAppUrl.
    • InlineQueryResultsButtonTypeWebApp

      public InlineQueryResultsButtonTypeWebApp(DataInput input) throws IOException
      Describes the button that opens a Web App by calling getWebAppUrl.
      Throws:
      IOException
  • Method Details