Sha256: bb6e68c575c9aec27aaee870f673a82cb842d54ce39fd982226b7b50edb76f7a

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

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

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.1 lib/telegram/bot/types/game.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/game.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/game.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/game.rb