Sha256: 7fc9a413837a382c668f5221e85dd9e04d03e510684c77aa805d1a670fc7b4ea

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

module TD::Types
  # Describes the type of an inline keyboard button.
  class InlineKeyboardButtonType < Base
    %w[
      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

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/inline_keyboard_button_type.rb