Sha256: 70ea2559f91f79a4ec86992aef0ed9a3717a818cebd0d10b370d9542cbf357b6

Contents?: true

Size: 334 Bytes

Versions: 4

Compression:

Stored size: 334 Bytes

Contents

module TD::Types
  # Represents a single button in an inline keyboard.
  #
  # @attr text [String] Text of the button.
  # @attr type [TD::Types::InlineKeyboardButtonType] Type of the button.
  class InlineKeyboardButton < Base
    attribute :text, TD::Types::String
    attribute :type, TD::Types::InlineKeyboardButtonType
  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.rb
tdlib-ruby-2.2.0 lib/tdlib/types/inline_keyboard_button.rb
tdlib-ruby-2.1.0 lib/tdlib/types/inline_keyboard_button.rb
tdlib-ruby-2.0.0 lib/tdlib/types/inline_keyboard_button.rb