Sha256: 71d64dea609dd17eb0c4e3161e8fe853cc29facc82bd67c08299064ad0d754bb

Contents?: true

Size: 165 Bytes

Versions: 6

Compression:

Stored size: 165 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Dice < Base
        attribute :emoji, String
        attribute :value, Integer
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/dice.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/dice.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/dice.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/dice.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/dice.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/dice.rb