Sha256: ef34b61557708d6c10213160482c289a95817e19b28f03441ce5b7827026222c

Contents?: true

Size: 372 Bytes

Versions: 5

Compression:

Stored size: 372 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineKeyboardButton < Base
        attribute :text, String
        attribute :url, String
        attribute :callback_data, String
        attribute :switch_inline_query, String
        attribute :switch_inline_query_current_chat, String
        attribute :callback_game, CallbackGame
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/inline_keyboard_button.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/inline_keyboard_button.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/inline_keyboard_button.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/inline_keyboard_button.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/inline_keyboard_button.rb