Class TdApi.InlineKeyboardButtonTypeUrl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String url
      URL to open.
    • Field Detail

      • url

        public java.lang.String url
        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()
        Default constructor.
      • InlineKeyboardButtonTypeUrl

        public InlineKeyboardButtonTypeUrl​(java.lang.String url)
        Constructor for initialization of all fields.
        Parameters:
        url - URL to open.