Sha256: 2f6f53342feab9022650ced0c6b4b0b1dbed201864c3b3c81d8b6a3809eb13e8

Contents?: true

Size: 291 Bytes

Versions: 31

Compression:

Stored size: 291 Bytes

Contents

module Telegram
  module Bot
    module Types
      class InlineQueryResultGame < Base
        attribute :type, String, default: 'game'
        attribute :id, String
        attribute :game_short_name, String
        attribute :reply_markup, InlineKeyboardMarkup
      end
    end
  end
end

Version data entries

31 entries across 31 versions & 3 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/inline_query_result_game.rb
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/inline_query_result_game.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-types-0.6.1 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/inline_query_result_game.rb