Sha256: 83e114687f39e11826b04059ec86c38ad56ccaf56744a7f68b21a4fbdc7b19db

Contents?: true

Size: 371 Bytes

Versions: 8

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

8 entries across 8 versions & 1 rubygems

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