Module tdlight.api

Class TdApi.InlineKeyboardButtonTypeWebApp

Enclosing class:
TdApi

public static final class TdApi.InlineKeyboardButtonTypeWebApp extends TdApi.InlineKeyboardButtonType
A button that opens a Web App by calling openWebApp.
  • Field Details

    • url

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

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InlineKeyboardButtonTypeWebApp

      public InlineKeyboardButtonTypeWebApp()
      A button that opens a Web App by calling openWebApp.
    • InlineKeyboardButtonTypeWebApp

      public InlineKeyboardButtonTypeWebApp(String url)
      A button that opens a Web App by calling openWebApp.
      Parameters:
      url - String An HTTP URL to pass to openWebApp.
    • InlineKeyboardButtonTypeWebApp

      public InlineKeyboardButtonTypeWebApp(DataInput input) throws IOException
      A button that opens a Web App by calling openWebApp.
      Throws:
      IOException
  • Method Details