Module tdlight.api

Class TdApi.InlineKeyboardButtonTypeUrl

Enclosing class:
TdApi

public static final 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
      A button that opens a specified URL.
      Throws:
      IOException
  • Method Details