Sha256: cc29dc63481bf0e9e3364a8363244aa069188b53befda6f4c6fa924bea67289c

Contents?: true

Size: 322 Bytes

Versions: 10

Compression:

Stored size: 322 Bytes

Contents

# frozen_string_literal: true

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

10 entries across 10 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/inline_query_result_game.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/inline_query_result_game.rb