Class TdApi.InlineKeyboardButtonTypeUrl

Enclosing class:
TdApi

public static class TdApi.InlineKeyboardButtonTypeUrl
extends TdApi.InlineKeyboardButtonType
A button that opens a specified URL.
  • Field Details

  • Constructor Details

    • InlineKeyboardButtonTypeUrl

      public InlineKeyboardButtonTypeUrl()
      A button that opens a specified URL.
    • InlineKeyboardButtonTypeUrl

      public InlineKeyboardButtonTypeUrl​(String url)
      A button that opens a specified URL.
      Parameters:
      url - String HTTP or tg:// URL to open.
    • InlineKeyboardButtonTypeUrl

      public InlineKeyboardButtonTypeUrl​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details