Sha256: 8b0286740286fe143cb5d2ed96e0e7ceecb7e461af11737d8cca282cb5987a50

Contents?: true

Size: 377 Bytes

Versions: 1

Compression:

Stored size: 377 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Game < Base
        attribute :title, String
        attribute :description, String
        attribute :photo, Array.of(PhotoSize)
        attribute :text, String
        attribute :text_entities, Array.of(MessageEntity)
        attribute :animation, Animation
      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/game.rb