Sha256: c96a764b1af2b9c7a2f9fa76903ea5e3c49851630fc30d3d7d6d37364b1fab22

Contents?: true

Size: 196 Bytes

Versions: 10

Compression:

Stored size: 196 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

10 entries across 10 versions & 2 rubygems

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