Class TdApi.InlineKeyboardButtonTypeUrl

    • Field Detail

      • url

        public String url
        HTTP or tg:// URL to open.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InlineKeyboardButtonTypeUrl

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

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