Sha256: ed71e590aff21c025180ff0924af5693f7e114bb9e5387ef8e460d54a84ae43f

Contents?: true

Size: 225 Bytes

Versions: 4

Compression:

Stored size: 225 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/inline_keyboard_button_type/url.rb
tdlib-ruby-2.2.0 lib/tdlib/types/inline_keyboard_button_type/url.rb
tdlib-ruby-2.1.0 lib/tdlib/types/inline_keyboard_button_type/url.rb
tdlib-ruby-2.0.0 lib/tdlib/types/inline_keyboard_button_type/url.rb