Sha256: 25a6476e83027a46ee245b58848f600e944e887fc80358f85db4567fe41f9934

Contents?: true

Size: 339 Bytes

Versions: 2

Compression:

Stored size: 339 Bytes

Contents

module TD::Types
  # Describes the type of an inline keyboard button.
  class InlineKeyboardButtonType < Base
    %w[
      url
      login_url
      callback
      callback_game
      switch_inline
      buy
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/inline_keyboard_button_type/#{type}"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/inline_keyboard_button_type.rb
tdlib-ruby-2.1.0 lib/tdlib/types/inline_keyboard_button_type.rb