Sha256: 82acd275fc85b86370de96ead31644a197a79577e18452e93341c6016273ac26

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

module TD::Types
  # A button that opens a specified URL.
  #
  # @attr url [TD::Types::String] HTTP or tg:// URL to open.
  class InlineKeyboardButtonType::Url < InlineKeyboardButtonType
    attribute :url, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/inline_keyboard_button_type/url.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/inline_keyboard_button_type/url.rb