Sha256: fb362fa2eacac0d00ca6233f52ea5ecfbd932698810437821fd2303e41fbade9

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 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

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/inline_query_result_game.rb