Sha256: a48b71c0074d0d8efc6c9ebcdf49a97ceb0b8e92b66468acf2e6487ba8f986e1

Contents?: true

Size: 361 Bytes

Versions: 2

Compression:

Stored size: 361 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Game < Base
        attribute :title, String
        attribute :description, String
        attribute :photo, [PhotoSize]
        attribute :text, String
        attribute :text_entities, [MessageEntity]
        attribute :animation, Animation
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.3 lib/telegram/bot/types/game.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/game.rb