Class: TD::Types::InlineKeyboardButtonType::Url
- Inherits:
-
TD::Types::InlineKeyboardButtonType
- Object
- Dry::Struct
- Base
- TD::Types::InlineKeyboardButtonType
- TD::Types::InlineKeyboardButtonType::Url
- Defined in:
- lib/tdlib/types/inline_keyboard_button_type/url.rb
Overview
A button that opens a specified URL.
Instance Attribute Summary collapse
-
#url ⇒ TD::Types::String
HTTP or tg:// URL to open.
Method Summary
Methods inherited from Base
Instance Attribute Details
#url ⇒ TD::Types::String
HTTP or tg:// URL to open.
5 6 7 |
# File 'lib/tdlib/types/inline_keyboard_button_type/url.rb', line 5 def url @url end |