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