Sha256: 0204847f060c86789adce217032b3a66620d7d6ccccda963a017707a59f2161a

Contents?: true

Size: 340 Bytes

Versions: 27

Compression:

Stored size: 340 Bytes

Contents

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

27 entries across 27 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.8.1 lib/telegram/bot/types/game.rb
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/game.rb
telegram-bot-ruby-0.7.2 lib/telegram/bot/types/game.rb
telegram-bot-ruby-0.7.1 lib/telegram/bot/types/game.rb
telegram-bot-ruby-0.7.0 lib/telegram/bot/types/game.rb
telegram-bot-ruby-0.6.0.2 lib/telegram/bot/types/game.rb
telegram-bot-ruby-0.6.0.1 lib/telegram/bot/types/game.rb